Skip to content

Commit fcfabc1

Browse files
committed
Fix CI schedule
1 parent b479199 commit fcfabc1

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/.github/workflows

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
schedule:
99
# Run multiple times a day as the successfull cached links are not checked every time.
10-
- cron: '0 */3 * * *'
10+
- cron: '0 */8 * * *'
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)