Skip to content
Snippets Groups Projects
Unverified Commit 4c682ade authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix RC release handling

parent 3011305e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
- <<: *if-merge-request-pipeline - <<: *if-merge-request-pipeline
- <<: *if-canonical-default-branch - <<: *if-canonical-default-branch
- <<: *if-canonical-stable-release-ref - <<: *if-canonical-stable-release-ref
- <<: *if-canonical-rc-release-ref
.rules:merge-requests:prepare:ci-image: .rules:merge-requests:prepare:ci-image:
rules: rules:
...@@ -52,7 +53,6 @@ ...@@ -52,7 +53,6 @@
- <<: *if-not-canonical-namespace - <<: *if-not-canonical-namespace
when: never when: never
- <<: *if-canonical-default-branch - <<: *if-canonical-default-branch
- <<: *if-canonical-rc-release-ref
.rules:release:rc: .rules:release:rc:
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment