Skip to content

Commit 7073967

Browse files
committed
README: document cron fields in example
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4ff6c0d commit 7073967

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ on:
2222
push:
2323
pull_request:
2424
schedule:
25+
# ┌───────────── minute (0 - 59)
26+
# │ ┌───────────── hour (0 - 23)
27+
# │ │ ┌───────────── day of the month (1 - 31)
28+
# │ │ │ ┌───────────── month (1 - 12)
29+
# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday)
30+
# │ │ │ │ │
31+
# │ │ │ │ │
32+
# │ │ │ │ │
33+
# * * * * *
2534
- cron: '0 0 * * 0'
2635

2736
jobs:

0 commit comments

Comments
 (0)