We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f13b44 commit cb811daCopy full SHA for cb811da
README.md
@@ -59,7 +59,7 @@ All nodes of diagram are clickable and link leads to issue page. Also nodes are
59
```
60
on:
61
schedule:
62
- - cron: '* */12 * * *' # Twice per day
+ - cron: '0 */12 * * *' # Twice per day
63
64
jobs:
65
run:
0 commit comments