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