Skip to content

Commit 652b465

Browse files
Skip benchmarks on release (#8363)
1 parent 2964589 commit 652b465

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
rules:
99
- if: '$POPULATE_CACHE'
1010
when: never
11+
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
12+
when: manual
13+
allow_failure: true
1114
- when: on_success
1215
script:
1316
- export ARTIFACTS_DIR="$(pwd)/reports" && mkdir -p "${ARTIFACTS_DIR}"

0 commit comments

Comments
 (0)