Schedule a run every two hours
We now skip it if there is already one running
This commit is contained in:
parent
d9be2c79fb
commit
ba2839f601
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
repository_dispatch:
|
||||
types: [manual-build]
|
||||
schedule:
|
||||
- cron: '0 0/4 * * *'
|
||||
- cron: '0 0/2 * * *'
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user