We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b2d3c commit 6a5c177Copy full SHA for 6a5c177
.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 day
7
- - cron: '0 4 * * *'
+ # Run at 04:00 UTC every Monday and Thursday
+ - cron: '0 4 * * 1,4'
8
9
jobs:
10
pull:
0 commit comments