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 14ee0cb commit c01b987Copy full SHA for c01b987
.gitlab/benchmarks.yml
@@ -75,6 +75,10 @@ check-big-regressions:
75
artifacts: true
76
when: on_success
77
tags: ["arch:amd64"]
78
+ rules:
79
+ - if: '$CI_COMMIT_BRANCH !~ /^(master|release\/)/'
80
+ when: on_success
81
+ - when: never
82
# ARTIFACTS_DIR /go/src/github.com/DataDog/apm-reliability/dd-trace-java/reports/
83
# need to convert them
84
script:
0 commit comments