Skip to content

Commit

Permalink
Skip tests on release (#5373)
Browse files Browse the repository at this point in the history
* skip tests on tag

* remove special casing of my branch
  • Loading branch information
randomanderson authored Mar 7, 2025
1 parent 21c98cd commit bfed02a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfed02a

Please sign in to comment.