Skip to content

Commit d86fea9

Browse files
committed
ci: reduce frequency
Reduce the frequency from 14 times a week to 3 (08:00 UTC on Monday, Wednesday and Friday), since the `rust` branch does not change that often now, PRs run the CI too and other services are/will also be testing the different branches (e.g. 0-DAY CI, KernelCI...). Suggested-by: Alex Gaynor <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 3c83ade commit d86fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request: {}
33
schedule:
4-
- cron: '30 5,17 * * *'
4+
- cron: '0 8 * * MON,WED,FRI'
55
push:
66

77
jobs:

0 commit comments

Comments
 (0)