Skip to content

Commit 9a88394

Browse files
committed
Schedule event publishing workflow to run daily.
1 parent a361c5d commit 9a88394

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-events.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Daily Event Publishing
22

33
on:
4-
workflow_dispatch:
5-
# schedule:
6-
# - cron: '0 0 * * *' # Daily at midnight UTC
4+
schedule:
5+
- cron: '0 0 * * *' # Daily at midnight UTC
76

87
jobs:
9-
daily-backup:
8+
published-daily-events:
109
runs-on: ubuntu-latest
1110

1211
steps:

0 commit comments

Comments
 (0)