diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2f5e4614ec..18406fec20e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,13 @@ include: - local: ".gitlab/benchmarks.yml" - local: ".gitlab/macrobenchmarks.yml" +workflow: + rules: + - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/ + variables: + DANGEROUSLY_SKIP_SHARED_PIPELINE_TESTS: "true" + - when: always + variables: # dd-trace-js has some exceptions to the default names AGENT_REPO_PRODUCT_NAME: auto_inject-node