Commit b725d828 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-changes-detection-for-master-jobs' into 'master'

Fix the change detection patterns for the master-only jobs

Closes #32151

See merge request gitlab-org/gitlab!16961
parents f004e5d0 3620d0c1
......@@ -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"]
......
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