Skip to content

Commit 7762c7a

Browse files
authored
Fix schedule time
Run at 01:17 UTC instead of 17:01
1 parent eb158de commit 7762c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-cranelift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test nightly Cranelift
33
on:
44
push:
55
schedule:
6-
- cron: '1 17 * * *' # At 01:17 UTC every day.
6+
- cron: '17 1 * * *' # At 01:17 UTC every day.
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)