We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8c48e + 319881c commit 1a91a07Copy full SHA for 1a91a07
1 file changed
README.md
@@ -22,6 +22,15 @@ on:
22
push:
23
pull_request:
24
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
+ # * * * * *
34
- cron: '0 0 * * 0'
35
36
jobs:
0 commit comments