Skip to content
Snippets Groups Projects
Verified Commit 412beab1 authored by Dorian Koch's avatar Dorian Koch
Browse files

Only run for tags

parent b934f2f0
Branches
No related tags found
No related merge requests found
Pipeline #6214 passed
...@@ -2,9 +2,6 @@ trigger-production: ...@@ -2,9 +2,6 @@ trigger-production:
stage: deploy stage: deploy
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
variables: variables:
BUILD_TYPE: dominic_render_video BUILD_TYPE: dominic_render_video
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment