Skip to content

Commit 7b81829

Browse files
authored
Merge pull request #15 from BoatraceOpenAPI/feature/issue-4-ci
ci: Run cron job at 0 and 30 minutes each hour
2 parents c30cf8a + 1227204 commit 7b81829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cron
22

33
on:
44
schedule:
5-
- cron: '30 * * * *'
5+
- cron: '0,30 * * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)