Skip to content

Commit cb811da

Browse files
Fix cron
1 parent 9f13b44 commit cb811da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ All nodes of diagram are clickable and link leads to issue page. Also nodes are
5959
```
6060
on:
6161
schedule:
62-
- cron: '* */12 * * *' # Twice per day
62+
- cron: '0 */12 * * *' # Twice per day
6363

6464
jobs:
6565
run:

0 commit comments

Comments
 (0)