Skip to content

Commit bd6524c

Browse files
committed
See if Claude is lying
1 parent 5e1056f commit bd6524c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/stage-3-build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)