From 748d693df1be2d717716bb8aedbc202c3835e956 Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Mon, 11 Nov 2024 15:30:33 +0000 Subject: [PATCH] PI-2628 Fix prod deployments after unrelated failure --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 76fda770e2..d58c23d744 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,6 +98,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Output projects with changes for production where the tests have passed id: intersect + if: always() run: echo "prod=$(jq -crn --argjson changes "$CHANGES" --argjson passed "$PASSED" '$changes - ($changes - $passed)')" | tee -a "$GITHUB_OUTPUT" env: CHANGES: ${{ needs.post-build.outputs.prod_deployments }}