Skip to content
Snippets Groups Projects
Verified Commit 3620d0c1 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Fix the change detection patterns for the master-only jobs


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 406b0ea8
No related branches found
No related tags found
2 merge requests!17226WIP: Step 2: Support multiple indices to Elasticsearch Admin options,!16961Fix the change detection patterns for the master-only jobs
Pipeline #82736595 passed with warnings
......@@ -25,7 +25,9 @@ package-and-qa-manual:
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
package-and-qa-manual:master:
extends: .package-and-qa-base
extends:
- .package-and-qa-base
- .only-code-qa-changes
only:
refs:
- master@gitlab-org/gitlab-foss
......
......@@ -6,6 +6,7 @@ cache gems:
- .default-retry
- .default-cache
- .default-before_script
- .only-code-qa-changes
stage: test
dependencies: ["setup-test-env"]
needs: ["setup-test-env"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment