Skip to content

Commit d2eddc0

Browse files
committed
exclude check-big-regeression when not merging to master
1 parent 6a0c378 commit d2eddc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ check-big-regressions:
7878
rules:
7979
- if: '$POPULATE_CACHE'
8080
when: never
81+
- if: '$CI_COMMIT_BRANCH =~ /backport-pr-/'
82+
when: never
8183
- if: '$CI_COMMIT_BRANCH !~ /^(master|release\/)/'
8284
when: on_success
8385
- when: never

0 commit comments

Comments
 (0)