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 4451699 commit d8d279eCopy full SHA for d8d279e
.github/workflows/run-integration-test.yml
@@ -55,7 +55,7 @@ jobs:
55
TEST_ENDPOINT: ${{ steps.deploy_stack.outputs.TEST_ENDPOINT }}
56
run: cd lambda-integration-tests && cargo test
57
- name: cleanup
58
- if: always()
+ if: always() && steps.deploy_stack.outputs.STACK_NAME
59
env:
60
AWS_REGION: ${{ secrets.AWS_REGION }}
61
STACK_NAME: ${{ steps.deploy_stack.outputs.STACK_NAME }}
0 commit comments