Run the CI every 3 hours
This commit is contained in:
parent
046235e16a
commit
74d8d0e28a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '0 */6 * * *'
|
||||
- cron: '0 */3 * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue