Skip to content

Commit 3f5464f

Browse files
authored
Fix cronjob syntax (#5057)
1 parent 8cdfa32 commit 3f5464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- nightly
2828
schedule:
2929
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
30-
- cron: '0 14 * * * *'
30+
- cron: '0 14 * * *'
3131
# Run beta slightly later
3232
- cron: '1 14 * * *'
3333

0 commit comments

Comments
 (0)