Skip to content
Snippets Groups Projects
Commit e2e2400f authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Limit this rule from running unless we're on a tag or merging into main

parent d8439ee6
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1348Deploy the core sampler to the gitlab package index
Pipeline #9873 passed
......@@ -327,6 +327,9 @@ push web:
push core_sampler:
image: python:latest
stage: push
rules:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
before_script:
- cd apps/cli/utilities/core_sampler
- pip install flit
......
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