Skip to content

Commit 784f6f6

Browse files
authored
Disable benchmark run on tags (#185)
1 parent ecadc26 commit 784f6f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab/benchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ variables:
55
tags: ["runner:apm-k8s-tweaked-metal"]
66
image: $BASE_CI_IMAGE
77
stage: benchmarks
8-
when: on_success
8+
rules:
9+
- if: $CI_COMMIT_TAG
10+
when: never
11+
- when: on_success
912
variables:
1013
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID
1114
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME

0 commit comments

Comments
 (0)