Skip to content

Commit b5249d4

Browse files
committed
schedule was wrongly written
1 parent 808c8ee commit b5249d4

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)