summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-02-04 16:57:19 +0800
committerGitHub <noreply@github.com>2025-02-04 16:57:19 +0800
commit3145dd3021f46b98feff23f6fb4ac7d6da6811a1 (patch)
tree6ebb7bfe78a5112002a93ab4eaead3bae782a189 /src/doc/rustc-dev-guide
parent15f48e721c689a10dc19ca40f10b49a6f80d37f2 (diff)
parent3e5b413dc47c75dd36cac61d6d028feddc413f6f (diff)
downloadrust-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.yml4
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: