Skip to content

Commit b3c74df

Browse files
committed
Second attempt - Revert me
1 parent 272e935 commit b3c74df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/events-nightly.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Nightly
33
# https://jasonet.co/posts/scheduled-actions/
44
# https://github.community/t/distinct-job-for-each-schedule/17811/2
55
on:
6-
schedule:
7-
# At the end of every day
8-
- cron: "0 0 * * *"
6+
{}
7+
#schedule:
8+
# # At the end of every day
9+
# - cron: "0 0 * * *"
910

1011
env:
1112
PUSH_TO_HUB: true

0 commit comments

Comments
 (0)