File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,3 +130,4 @@ jobs:
130130 ENVIRONMENT : " test"
131131 VERSION_NUMBER : " main"
132132 secrets : inherit
133+
Original file line number Diff line number Diff line change 3636 this_sha : ${{ steps.resolver.outputs.this_sha }}
3737 latest_sha : ${{ steps.resolver.outputs.latest_test_sha }}
3838 release_type : ${{ steps.release_type.outputs.release_type }}
39-
39+ if : ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
4040 env :
4141 TEST_WORKFLOW_ID : " 190123511" # this will need updating if the workflow is recreated
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9797 ref : ${{ needs.metadata.outputs.ref }}
9898 release_type : ${{ needs.metadata.outputs.release_type }}
9999 secrets : inherit
100+ if : ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
You can’t perform that action at this time.
0 commit comments