We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30cf8a + 1227204 commit 7b81829Copy full SHA for 7b81829
1 file changed
.github/workflows/cron.yml
@@ -2,7 +2,7 @@ name: cron
2
3
on:
4
schedule:
5
- - cron: '30 * * * *'
+ - cron: '0,30 * * * *'
6
workflow_dispatch:
7
8
permissions:
0 commit comments