From 67343adfd7528d1dde87187137b567b88d7bcc41 Mon Sep 17 00:00:00 2001 From: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:49:15 +0200 Subject: [PATCH] remove conditional indy test in CI --- .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: