We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039d692 + 51144be commit 1361bb3Copy full SHA for 1361bb3
1 file changed
data/reusables/repositories/actions-scheduled-workflow-example.md
@@ -6,6 +6,6 @@ This example triggers the workflow every day at 5:30 and 17:30 UTC:
6
on:
7
schedule:
8
# * is a special character in YAML so you have to quote this string
9
- - cron: '*/30 5,17 * * *'
+ - cron: '30 5,17 * * *'
10
11
```
0 commit comments