From f01acfdd1c4a4a37ea1522e8faa3e7a2cace952f Mon Sep 17 00:00:00 2001 From: fheinecke <23390735+fheinecke@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:54:17 -0500 Subject: [PATCH] Fixed integration test issue causing unnecessary runs (#32853) --- .github/workflows/integration-tests-non-root.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-non-root.yaml b/.github/workflows/integration-tests-non-root.yaml index 1144fc22a2c65..89ac3a0905f8b 100644 --- a/.github/workflows/integration-tests-non-root.yaml +++ b/.github/workflows/integration-tests-non-root.yaml @@ -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: