diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-04 16:57:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 16:57:19 +0800 |
| commit | 3145dd3021f46b98feff23f6fb4ac7d6da6811a1 (patch) | |
| tree | 6ebb7bfe78a5112002a93ab4eaead3bae782a189 /src/doc/rustc-dev-guide | |
| parent | 15f48e721c689a10dc19ca40f10b49a6f80d37f2 (diff) | |
| parent | 3e5b413dc47c75dd36cac61d6d028feddc413f6f (diff) | |
| download | rust-3145dd3021f46b98feff23f6fb4ac7d6da6811a1.tar.gz rust-3145dd3021f46b98feff23f6fb4ac7d6da6811a1.zip | |
Merge pull request #2243 from Kobzol/pull-cron
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml index 5bfcf47d703..dc5395a19dd 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml @@ -3,8 +3,8 @@ name: rustc-pull on: workflow_dispatch: schedule: - # Run at 04:00 UTC every day - - cron: '0 4 * * *' + # Run at 04:00 UTC every Monday and Thursday + - cron: '0 4 * * 1,4' jobs: pull: |
