Skip to content

Commit

Permalink
PI-2628 Fix prod deployments after unrelated failure (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Nov 11, 2024
1 parent a5ff929 commit b962f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b962f14

Please sign in to comment.