We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3145dd3 commit b479199Copy full SHA for b479199
src/doc/rustc-dev-guide/.github/workflows/ci.yml
@@ -6,8 +6,8 @@ on:
6
- master
7
pull_request:
8
schedule:
9
- # Run at 18:00 UTC every day
10
- - cron: '0 18 * * *'
+ # Run multiple times a day as the successfull cached links are not checked every time.
+ - cron: '0 */3 * * *'
11
12
jobs:
13
ci:
0 commit comments