Skip to content

Commit 993e8ff

Browse files
Merge pull request #4820 from platformsh/cli-reference-issue
schedule was wrongly written
2 parents 56a6626 + b5d3484 commit 993e8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-cli-commands-page.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# Run at 00:15 every day
7-
- cron: '15 */19 * * *'
7+
- cron: '15 0 * * *'
88

99
env:
1010
PLATFORMSH_CLI_NO_INTERACTION: 1

0 commit comments

Comments
 (0)