Skip to content

Commit 4ff0d40

Browse files
authored
Merge pull request #2243 from Kobzol/pull-cron
2 parents b6a1fa4 + 6a5c177 commit 4ff0d40

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)