diff --git a/.github/workflows/ci_branch.yml b/.github/workflows/ci_branch.yml index 8799593ce8..c428e07340 100644 --- a/.github/workflows/ci_branch.yml +++ b/.github/workflows/ci_branch.yml @@ -51,6 +51,7 @@ jobs: trigger-deploy: name: Trigger deployment runs-on: ubuntu-latest + needs: should-trigger if: ${{ needs.should-trigger.outputs.check == 'true' }} steps: - name: Get deployment environment