Skip to content

Commit 3145dd3

Browse files
authored
Merge pull request rust-lang#2243 from Kobzol/pull-cron
2 parents 15f48e7 + 3e5b413 commit 3145dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: rustc-pull
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Run at 04:00 UTC every day
7-
- cron: '0 4 * * *'
6+
# Run at 04:00 UTC every Monday and Thursday
7+
- cron: '0 4 * * 1,4'
88

99
jobs:
1010
pull:

0 commit comments

Comments
 (0)