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:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 */10 0 ? * *
|
||||
spec: 0 */10 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user