We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a730daa commit 186ea6eCopy full SHA for 186ea6e
src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml
@@ -3,8 +3,8 @@ name: rustc-pull
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Run at 04:00 UTC every Monday and Thursday
7
- - cron: '0 4 * * 1,4'
+ # Run at 04:00 UTC every Monday
+ - cron: '0 4 * * 1'
8
9
jobs:
10
pull:
0 commit comments