Skip to content

Commit 1a91a07

Browse files
author
Chris Raynor
authored
Merge pull request #242 from thaJeztah/cron_hint
README: document cron fields in example
2 parents fe8c48e + 319881c commit 1a91a07

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 or JAN-DEC)
29+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
30+
# │ │ │ │ │
31+
# │ │ │ │ │
32+
# │ │ │ │ │
33+
# * * * * *
2534
- cron: '0 0 * * 0'
2635

2736
jobs:

0 commit comments

Comments
 (0)