From a058e6d826ba51119f93fe79edcc948509b20624 Mon Sep 17 00:00:00 2001 From: KarlMoores <292835949+karlmcgi@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:11:21 +0100 Subject: [PATCH] CCM-22724: Adding exclusion for PR env creation when PR created by dependabot --- .github/workflows/stage-3-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index 382e16ee8..82abd3c87 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -164,6 +164,7 @@ jobs: create-dynamic-environment: name: Create Dynamic Environment runs-on: ubuntu-latest + if: github.event.pull_request.user.login != 'dependabot[bot]' outputs: environment_name: ${{ steps.set-environment.outputs.environment_name }} steps: