Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
tweak UAT condition/
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Dec 23, 2024
1 parent 64cc4e6 commit d5f64da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

uat_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, paketo_build, setup ]
if: ${{ always() && contains(fromJSON(needs.setup.outputs.jobs_to_run), 'test') && (! contains(needs.*.result, 'cancelled')) && (! contains(needs.*.result, 'failure') || needs.run_python_e2e_test.result == 'failure') }}
if: ${{ always() && contains(fromJSON(needs.setup.outputs.jobs_to_run), 'test') && ((! contains(needs.*.result, 'cancelled')) && (! contains(needs.*.result, 'failure')) || needs.run_python_e2e_test.result == 'failure') }}
uses: communitiesuk/funding-service-design-workflows/.github/workflows/standard-deploy.yml@main
secrets:
AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }}
Expand Down

0 comments on commit d5f64da

Please sign in to comment.