Commit 48b3ec4b authored by Robert Speicher's avatar Robert Speicher

Exempt auto-deploy from package-and-qa jobs

We deploy these branches to real environments, so the QA packages aren't
generally used.
parent 880cb155
......@@ -19,6 +19,7 @@ package-and-qa-manual:
except:
refs:
- master
- /^\d+-\d+-auto-deploy-\d+$/
when: manual
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
......@@ -29,6 +30,7 @@ package-and-qa:
except:
refs:
- master
- /^\d+-\d+-auto-deploy-\d+$/
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
allow_failure: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment