From d3ec5cc789f5a44c6d91971f2cfa75024117ee7a Mon Sep 17 00:00:00 2001 From: xoph Date: Tue, 10 Oct 2023 19:09:51 +0200 Subject: [PATCH] only drop on all --- .github/workflows/.reusable-integration-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/.reusable-integration-test.yml b/.github/workflows/.reusable-integration-test.yml index 0ce845b96..293643d54 100644 --- a/.github/workflows/.reusable-integration-test.yml +++ b/.github/workflows/.reusable-integration-test.yml @@ -101,9 +101,7 @@ jobs: integration-test: name: integration test runs-on: ubuntu-latest - if: | - inputs.skip_integration_tests != 'non-required' && - inputs.skip_integration_tests != 'all' + if: inputs.skip_integration_tests != 'all' permissions: packages: read env: