Skip to content

Commit bd88ddc

Browse files
Fix notify-slo-breaches interaction with POPULATE_CACHE (#9247)
1 parent ae34f27 commit bd88ddc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab/macrobenchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ notify-slo-breaches:
136136
extends: .notify-slo-breaches
137137
stage: macrobenchmarks
138138
needs: ["check-slo-breaches"]
139-
when: always
139+
rules:
140+
- if: $POPULATE_CACHE
141+
when: never
142+
- when: always
140143
variables:
141144
CHANNEL: "apm-release-platform"

0 commit comments

Comments
 (0)