Skip to content

Commit

Permalink
only drop on all
Browse files Browse the repository at this point in the history
  • Loading branch information
xoph committed Oct 10, 2023
1 parent 390459a commit d3ec5cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/.reusable-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3ec5cc

Please sign in to comment.