Skip to content

Commit ba85414

Browse files
committed
run cron job more often for testing
1 parent 8c0f93c commit ba85414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
branches: ['master']
88
schedule:
9-
- cron: '00 2 * * *' # At 02:00 UTC every day (like rustup-components-history).
9+
- cron: '10 2 * * *' # At 02:10 UTC every day (a bit after rustup-components-history).
10+
- cron: '20,35,50 9,10 * * *' # for testing
1011

1112
jobs:
1213
test-core:

0 commit comments

Comments
 (0)