We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e49c5c commit 29c49f2Copy full SHA for 29c49f2
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