remove conditional indy test in CI (#11631)
This commit is contained in:
parent
27f2ff244b
commit
3fa90c2b15
|
@ -19,7 +19,6 @@ permissions:
|
|||
jobs:
|
||||
test-indy:
|
||||
name: testIndy${{ matrix.test-partition }}
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'test indy') }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue