Skip to content
Snippets Groups Projects
Commit 1d8884cb authored by Marco Wettstein's avatar Marco Wettstein
Browse files

fix: verify-dev does not run after release

parent 8937c475
Branches
Tags v6.1 v6.1.6
No related merge requests found
Pipeline #96873 passed
...@@ -171,6 +171,7 @@ image: panterch/docker-ci-kubernetes-deploy ...@@ -171,6 +171,7 @@ image: panterch/docker-ci-kubernetes-deploy
- .env-dev - .env-dev
needs: ["dev-deploy"] needs: ["dev-deploy"]
rules: rules:
- if: $CI_COMMIT_TAG # after releases
- if: $CI_COMMIT_MESSAGE =~ /^chore\(release\).*/ # not after semantic release commit - if: $CI_COMMIT_MESSAGE =~ /^chore\(release\).*/ # not after semantic release commit
when: never when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment