From 3fa90c2b15cc392d9c8eaa1d6b990015a6778883 Mon Sep 17 00:00:00 2001 From: SylvainJuge <763082+SylvainJuge@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:25:35 +0200 Subject: [PATCH] remove conditional indy test in CI (#11631) --- .github/workflows/reusable-test-indy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable-test-indy.yml b/.github/workflows/reusable-test-indy.yml index c74fdb4ecf60..70ad4815bcd0 100644 --- a/.github/workflows/reusable-test-indy.yml +++ b/.github/workflows/reusable-test-indy.yml @@ -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: