Skip to content

Commit f6073e8

Browse files
authored
gha: run scheduled jobs twice a day (#2120)
1 parent fe55dcc commit f6073e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
types: [synchronize, opened, reopened]
1717
branches: ["main", "devel/*"]
1818
schedule:
19-
- cron: "0 0 * * *"
19+
- cron: "0 0,12 * * *"
2020
workflow_dispatch:
2121
inputs:
2222
publish:

0 commit comments

Comments
 (0)