Skip to content

Commit c8cfc1e

Browse files
committed
chore(build): don't run check-big-regressions on master or release branches
1 parent 027fb0b commit c8cfc1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ check-big-regressions:
7575
artifacts: true
7676
when: on_success
7777
tags: ["arch:amd64"]
78+
rules:
79+
- if: '$CI_COMMIT_BRANCH !~ /^(master|release\/)/'
80+
when: on_success
81+
- when: never
7882
# ARTIFACTS_DIR /go/src/github.com/DataDog/apm-reliability/dd-trace-java/reports/
7983
# need to convert them
8084
script:

0 commit comments

Comments
 (0)