Skip to content

Commit 34db7ba

Browse files
authored
Merge pull request rust-lang#2246 from marxin/CI-more-ofter
Run CI multiple times a day
2 parents ba340ec + fcfabc1 commit 34db7ba

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- master
77
pull_request:
88
schedule:
9-
# Run at 18:00 UTC every day
10-
- cron: '0 18 * * *'
9+
# Run multiple times a day as the successfull cached links are not checked every time.
10+
- cron: '0 */8 * * *'
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)