Fix cron for openqa - it's supposed to run every 10 minutes

This commit is contained in:
Stephan Kulow 2019-09-04 17:06:49 +02:00
parent 3d286c3590
commit e0800e7c3b

View File

@ -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: