Skip to content

Commit fc0e916

Browse files
authored
Fix cron expression
1 parent e164da8 commit fc0e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
types: [completed]
2727
schedule:
2828
# * is a special character in YAML so you have to quote this string
29-
- cron: '30 90 * * 2
29+
- cron: '30 21 * * 2'
3030

3131
# Workflow jobs:
3232
jobs:

0 commit comments

Comments
 (0)