Skip to content
Snippets Groups Projects
Verified Commit 50e62d34 authored by Gary Holtz's avatar Gary Holtz :two:
Browse files

chore: don't run 'release-test' for actual releases

parent d98a9c0f
No related branches found
No related tags found
1 merge request!1707chore: don't run 'release-test' for actual releases
......@@ -150,6 +150,8 @@ release_test:
rules:
- if: $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
when: never
- changes:
- .goreleaser.yml
script: |
......
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