Skip to content

Commit

Permalink
Merge pull request rust-lang#2246 from marxin/CI-more-ofter
Browse files Browse the repository at this point in the history
Run CI multiple times a day
  • Loading branch information
camelid authored Feb 15, 2025
2 parents ba340ec + fcfabc1 commit 34db7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustc-dev-guide/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- master
pull_request:
schedule:
# Run at 18:00 UTC every day
- cron: '0 18 * * *'
# Run multiple times a day as the successfull cached links are not checked every time.
- cron: '0 */8 * * *'

jobs:
ci:
Expand Down

0 comments on commit 34db7ba

Please sign in to comment.