Skip to content

Commit

Permalink
Merge pull request #242 from thaJeztah/cron_hint
Browse files Browse the repository at this point in the history
README: document cron fields in example
  • Loading branch information
Chris Raynor authored and GitHub committed Oct 4, 2020
2 parents fe8c48e + 319881c commit 1a91a07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ on:
push:
pull_request:
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '0 0 * * 0'

jobs:
Expand Down

0 comments on commit 1a91a07

Please sign in to comment.