We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4596de2 commit b0367bdCopy full SHA for b0367bd
.gitlab/benchmarks.yml
@@ -11,7 +11,11 @@
11
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
12
when: manual
13
allow_failure: true
14
+ - if: '$CI_COMMIT_BRANCH == "master"'
15
+ when: on_success
16
+ interruptible: false
17
- when: on_success
18
+ interruptible: true
19
script:
20
- export ARTIFACTS_DIR="$(pwd)/reports" && mkdir -p "${ARTIFACTS_DIR}"
21
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/"
0 commit comments