diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 307f87bb02887a..99de0977cc3b1a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -96,8 +96,7 @@ jobs: build-timeout: ${{ steps.build.outputs.timeout }} build-failed: ${{ steps.build.outputs.failed }} if: >- - needs.compute-test-configs.outputs.test-build == 'true' && - matrix.enabled == 'true' + needs.compute-test-configs.outputs.test-build == 'true' steps: - name: Download Artifact uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1