We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc583 commit aa8d9f1Copy full SHA for aa8d9f1
.github/workflows/ci-deploy-test.yaml
@@ -147,5 +147,6 @@ jobs:
147
- name: Clean up testing app
148
# NOTE: Railway deployments can sometimes "fail" but still deploy the apps. We
149
# want to always clean them up.
150
- if: always()
+ # TODO: Remove this once finished with debugging 502 errors on Railway.
151
+ # if: always()
152
run: node ./scripts/deploy-test/cleanup-railway-project.mjs "$APP_PREFIX"
0 commit comments