From 5390a8e78e4a4d080a8921d3390326571ed61fe8 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 5 Dec 2022 12:58:15 +0300 Subject: [PATCH] Fix workflow conditions for flaky_test_debugging --- .circleci/continue-config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 4cf152a67..23c5c734b 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -664,7 +664,10 @@ jobs: workflows: version: 2 flaky_test_debugging: - when: << pipeline.parameters.flaky_test >> + when: + and: + - not: << pipeline.parameters.check-flakyness >> + - << pipeline.parameters.flaky_test >> jobs: - build: name: build-flaky-15