Skip to content

Commit aa8d9f1

Browse files
committed
Remove cleanup if smoke test fails
1 parent 29dc583 commit aa8d9f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-deploy-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ jobs:
147147
- name: Clean up testing app
148148
# NOTE: Railway deployments can sometimes "fail" but still deploy the apps. We
149149
# want to always clean them up.
150-
if: always()
150+
# TODO: Remove this once finished with debugging 502 errors on Railway.
151+
# if: always()
151152
run: node ./scripts/deploy-test/cleanup-railway-project.mjs "$APP_PREFIX"

0 commit comments

Comments
 (0)