Skip to content

Commit

Permalink
Fixed integration test issue causing unnecessary runs (#32853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Oct 2, 2023
1 parent 297c87a commit f01acfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-non-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
name: Integration Tests (Non-root)
needs: changes
if: ${{ !startsWith(github.head_ref, 'dependabot/') }} && needs.changes.outputs.changed == 'true' }}
if: ${{ !startsWith(github.head_ref, 'dependabot/') && needs.changes.outputs.changed == 'true' }}
runs-on: ubuntu-22.04-16core

permissions:
Expand Down

0 comments on commit f01acfd

Please sign in to comment.