Commit 64fdcbca authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch...

Merge branch '206896-stop-cancel-pending-or-in-progress-review-app-deployment-before-starting-new-deployment' into 'master'

Use 'resource_group: "review/${CI_COMMIT_REF_NAME}"' for the 'review-deploy' job

Closes #206896

See merge request gitlab-org/gitlab!26276
parents 2fa8faa7 f3b51c7b
......@@ -85,6 +85,7 @@ review-deploy:
needs:
- job: review-build-cng
artifacts: false
resource_group: "review/${CI_COMMIT_REF_NAME}"
allow_failure: true
before_script:
- '[[ ! -d "ee/" ]] || export GITLAB_EDITION="ee"'
......
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