diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cb8956..69683e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -235,6 +235,8 @@ ansible-patchday-1-dev: after_script: - rm /tmp/vault-pass when: manual + only: + - master tags: - dind - harbor # 05.02.22 TODO some runners run into timeouts @@ -256,6 +258,9 @@ ansible-patchday-2-qa: after_script: - rm /tmp/vault-pass when: manual + only: + - qa + - schedules tags: - dind - harbor # 05.02.22 TODO some runners run into timeouts @@ -277,6 +282,9 @@ ansible-patchday-3-prodnso: after_script: - rm /tmp/vault-pass when: manual + only: + - prodnso + - schedules tags: - dind - harbor # 05.02.22 TODO some runners run into timeouts