We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856fc6 commit 0ee1e02Copy full SHA for 0ee1e02
2 files changed
.github/workflows/preview-envs-deploy.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
8
concurrency:
9
- group: preview-${{ github.event.pull_request.number }}
+ group: preview-${{ github.event.pull_request.number }}-deploy
10
cancel-in-progress: false
11
12
jobs:
.github/workflows/preview-envs-destroy.yml
@@ -5,7 +5,7 @@ on:
5
types: [ closed ]
+ group: preview-${{ github.event.pull_request.number }}-destroy
@@ -64,7 +64,7 @@ jobs:
64
65
- name: cdk destroy
66
working-directory: ./infra
67
- run: cdk destroy --profile default --force
+ run: cdk destroy --profile default --all --force
68
env:
69
UNIQUE_ENV_ID: 'PR${{ github.event.number }}'
70
OPENAI_API_KEY: ${{ steps.doppler.outputs.OPENAI_API_KEY }}
0 commit comments