Skip to content

Commit 0404bd4

Browse files
authored
ci: Move nightly an hour later (#65)
1 parent 4bdc269 commit 0404bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly code check
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 3 * * *' # 3 am UTC every day
5+
- cron: '0 4 * * *' # 4 am UTC every day
66
jobs:
77
code-check:
88
uses: ./.github/workflows/code-check.yml

0 commit comments

Comments
 (0)