Skip to content
Snippets Groups Projects
Commit 28d0fef1 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

tweaking core sampler pipeline

parent 74ee0dc9
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1350tweaking core sampler pipeline
Pipeline #9882 passed
......@@ -328,6 +328,7 @@ push core_sampler:
image: python:latest
stage: push
rules:
- if: $CI_COMMIT_TAG
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+$/'
......
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