Skip to content

Commit 1a091d3

Browse files
committed
Add option to manually trigger data updates
1 parent 851579d commit 1a091d3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: Scheduled Cache Request
1+
name: Routine Data Cache Request
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "45 8 * * *"
67

.github/workflows/update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: Scheduled Data Update
1+
name: Routine Data Update
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "45 10 * * *"
67

0 commit comments

Comments
 (0)