mirror of https://github.com/citusdata/citus.git
Fix condition
parent
fa38db2b8c
commit
ca8aa3face
|
@ -384,7 +384,7 @@ jobs:
|
|||
count: 32
|
||||
test-flakyness-pre:
|
||||
name: Detect regression tests need to be ran
|
||||
if: ${{ inputs.skip_test_flakyness == 'false' }}}
|
||||
if: ${{ !inputs.skip_test_flakyness }}}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
outputs:
|
||||
|
|
Loading…
Reference in New Issue