Skip to content

Commit 299d42a

Browse files
committed
revert to the once-a-month schedule
GitHub doesn't seem to like "once a day" either, so I guess I can only test scheduled workflows once a month.
1 parent 3cfa1ef commit 299d42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
# Build once a month, to detect missing upper bounds.
1313
schedule:
14-
- cron: '10 2 * * *'
14+
- cron: '0 0 1 * *'
1515

1616
jobs:
1717
stack:

0 commit comments

Comments
 (0)