Skip to content

Commit 765d4b2

Browse files
authored
Merge pull request rust-lang#4278 from RalfJung/cron-test-done
remove test trigger fron cron job
2 parents 817e725 + e3b01c7 commit 765d4b2

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
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'master'
88
schedule:
9-
- cron: '44 4,17 * * *' # At 4:44 UTC every day.
9+
- cron: '44 4 * * *' # At 4:44 UTC every day.
1010

1111
defaults:
1212
run:

0 commit comments

Comments
 (0)