Commit c6347b7
authored
actions-scheduled-workflow-example: fix cron spec (#5572)
The prior cron spec would trigger 4 times a day, at 05:00, 05:30, 17:00, and 17:30. The `*/30` is "any minute divisible by thirty" which is twice per hour.
So fix the spec to use `30` in place of `*/30` to match the description.1 parent d5ba691 commit c6347b7
File tree
1 file changed
+1
-1
lines changed- data/reusables/repositories
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
0 commit comments