Skip to content

Commit 6a5c177

Browse files
committed
Make the rustc-pull workflow run less often
1 parent 95b2d3c commit 6a5c177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustc-pull.yml

+2-2
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)