Fix condition

pull/7154/head
Gokhan Gulbiz 2023-08-23 15:46:57 +03:00
parent fa38db2b8c
commit ca8aa3face
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -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: