Skip to content

Commit a8a9224

Browse files
committed
Publish events run on cron schedule
1 parent 0070f28 commit a8a9224

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-events.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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 * * *'
76

87
jobs:
98
published-daily-events:

0 commit comments

Comments
 (0)