Skip to content

Commit aea1eff

Browse files
committed
Auto merge of #3073 - RalfJung:cron, r=RalfJung
run the cron job a bit earlier
2 parents 5b8695b + 838e6a6 commit aea1eff

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: '11 5 * * *' # At 5:11 UTC every day.
13+
- cron: '44 4 * * *' # At 4:44 UTC every day.
1414

1515
defaults:
1616
run:

0 commit comments

Comments
 (0)