diff options
| author | Martin Liska <martin.liska@hey.com> | 2025-02-15 23:03:42 +0100 |
|---|---|---|
| committer | Martin Liska <martin.liska@hey.com> | 2025-02-15 23:03:42 +0100 |
| commit | fcfabc107691774ee3b15d9d771b4dc1d6a014bc (patch) | |
| tree | 6a03d6e12ef62ffa7d2b9539c20ef82f9d48dd6f /src/doc/rustc-dev-guide | |
| parent | b4791992a3f7f5331105761843c3a91e43241e0c (diff) | |
| download | rust-fcfabc107691774ee3b15d9d771b4dc1d6a014bc.tar.gz rust-fcfabc107691774ee3b15d9d771b4dc1d6a014bc.zip | |
Fix CI schedule
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index 7c414ce2641..00c1c409271 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: schedule: # Run multiple times a day as the successfull cached links are not checked every time. - - cron: '0 */3 * * *' + - cron: '0 */8 * * *' jobs: ci: |
