We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdc269 commit 0404bd4Copy full SHA for 0404bd4
.github/workflows/nightly.yml
@@ -2,7 +2,7 @@ name: Nightly code check
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '0 3 * * *' # 3 am UTC every day
+ - cron: '0 4 * * *' # 4 am UTC every day
6
jobs:
7
code-check:
8
uses: ./.github/workflows/code-check.yml
0 commit comments