Commit 74579336 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Skip QA if not EE

`build-qa-image` is already skipped if not EE, therefore QA can't
run anyway, and if we don't skip QA scheduled FOSS pipeline cannot be
created due to missing `build-qa-image` under FOSS.
parent d562f206
......@@ -525,6 +525,8 @@
.qa:rules:package-and-qa:
rules:
- <<: *if-not-ee
when: never
- <<: *if-dot-com-gitlab-org-and-security-merge-request
changes: *ci-qa-patterns
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