We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a1fa4 + 6a5c177 commit 4ff0d40Copy full SHA for 4ff0d40
.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