Skip to content

Commit 29c49f2

Browse files
authored
fix(gha): Run Release-Nightly only once a day (#13329)
1 parent 9e49c5c commit 29c49f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-nightly-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
schedule:
99
# every day at 5:00 UTC
1010
# in this case inputs are all null/empty, hence the default values are used below
11-
- cron: "* 5 * * *"
11+
- cron: "0 5 * * *"
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)