File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ jobs:
126126 artefact-sdks :
127127 name : " Build SDKs"
128128 runs-on : ubuntu-latest
129+ if : always() && !failure()
129130 needs : [artefact-oas-spec]
130131 timeout-minutes : 10
131132 steps :
@@ -191,7 +192,7 @@ jobs:
191192 artefact-proxy :
192193 name : " Build proxy"
193194 runs-on : ubuntu-latest
194- if : inputs.deploy_proxy == 'true'
195+ if : always() && !failure() && inputs.deploy_proxy == 'true'
195196 needs : [artefact-oas-spec, pr-create-dynamic-environment]
196197 timeout-minutes : 10
197198 env :
@@ -213,7 +214,7 @@ jobs:
213214 artefact-sandbox-proxy :
214215 name : " Build proxy for sandbox"
215216 runs-on : ubuntu-latest
216- if : inputs.deploy_proxy == 'true'
217+ if : always() && !failure() && inputs.deploy_proxy == 'true'
217218 needs : [artefact-oas-spec-sandbox, artefact-oas-spec, pr-create-dynamic-environment]
218219 timeout-minutes : 10
219220 env :
You can’t perform that action at this time.
0 commit comments