Avoid crons triggered by git changes

This commit is contained in:
Stephan Kulow 2019-05-31 16:04:06 +02:00
parent 9312792785
commit cf0368b0bd
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ pipelines:
only_on_changes: false only_on_changes: false
stages: stages:
- Run: - Run:
approval: manual
resources: resources:
- staging-bot - staging-bot
tasks: tasks:
@ -30,6 +31,7 @@ pipelines:
only_on_changes: false only_on_changes: false
stages: stages:
- Run: - Run:
approval: manual
resources: resources:
- staging-bot - staging-bot
tasks: tasks:

View File

@ -14,6 +14,7 @@ pipelines:
only_on_changes: false only_on_changes: false
stages: stages:
- Run: - Run:
approval: manual
resources: resources:
- staging-bot - staging-bot
tasks: tasks:

View File

@ -13,6 +13,7 @@ pipelines:
only_on_changes: false only_on_changes: false
stages: stages:
- Run: - Run:
approval: manual
resources: resources:
- autosubmit - autosubmit
tasks: tasks: