Skip to content

Commit d795f7e

Browse files
committed
Auto merge of rust-lang#2623 - RalfJung:cron, r=RalfJung
change cronjob time This way it is again in my morning.
2 parents 859da65 + 50af895 commit d795f7e

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+1
-1
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- 'master'
1212
schedule:
13-
- cron: '5 15 * * *' # At 15:05 UTC every day.
13+
- cron: '6 6 * * *' # At 6:06 UTC every day.
1414

1515
env:
1616
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'

0 commit comments

Comments
 (0)