Skip to content

Commit 1361bb3

Browse files
authored
Merge pull request #18936 from github/repo-sync
repo sync
2 parents 039d692 + 51144be commit 1361bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/reusables/repositories/actions-scheduled-workflow-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This example triggers the workflow every day at 5:30 and 17:30 UTC:
66
on:
77
schedule:
88
# * is a special character in YAML so you have to quote this string
9-
- cron: '*/30 5,17 * * *'
9+
- cron: '30 5,17 * * *'
1010

1111
```

0 commit comments

Comments
 (0)