We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fa917 commit 9d2e906Copy full SHA for 9d2e906
1 file changed
.github/workflows/release-nightly-dev.yml
@@ -8,7 +8,7 @@ on:
8
schedule:
9
# every day at 5:00 UTC
10
# in this case inputs are all null/empty, hence the default values are used below
11
- - cron: "* 5 * * *"
+ - cron: "0 5 * * *"
12
workflow_dispatch:
13
14
jobs:
0 commit comments