Skip to content

Commit b479199

Browse files
committed
Run CI multiple times a day
1 parent 3145dd3 commit b479199

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

Lines changed: 2 additions & 2 deletions
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 */3 * * *'
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)