Fix workflow conditions for flaky_test_debugging

test-6495
Gokhan Gulbiz 2022-12-05 12:58:15 +03:00
parent 414da6851c
commit 5390a8e78e
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 4 additions and 1 deletions

View File

@ -664,7 +664,10 @@ jobs:
workflows: workflows:
version: 2 version: 2
flaky_test_debugging: flaky_test_debugging:
when: << pipeline.parameters.flaky_test >> when:
and:
- not: << pipeline.parameters.check-flakyness >>
- << pipeline.parameters.flaky_test >>
jobs: jobs:
- build: - build:
name: build-flaky-15 name: build-flaky-15