Fix cron for openqa - it's supposed to run every 10 minutes
This commit is contained in:
parent
3d286c3590
commit
e0800e7c3b
@ -9,7 +9,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
timer:
|
timer:
|
||||||
spec: 0 */10 0 ? * *
|
spec: 0 */10 * ? * *
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
stages:
|
stages:
|
||||||
- Run:
|
- Run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user