mirror of https://github.com/citusdata/citus.git
Fix workflow conditions for flaky_test_debugging
parent
414da6851c
commit
5390a8e78e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue