Skip to content

WI-5741 - Sync with the 4.1.1 Superset release #13

WI-5741 - Sync with the 4.1.1 Superset release

WI-5741 - Sync with the 4.1.1 Superset release #13

Workflow file for this run

name: PR Cleanup
on:
pull_request:
types: [closed]
jobs:
destroy:
name: Destroy Stack
runs-on: ubuntu-latest
environment: feature
concurrency:
group: superset-pr-${{ github.event.pull_request.number }}SupersetService-feature
permissions:
contents: read
deployments: write
id-token: write
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ vars.AWS_REGION }}
role-to-assume: ${{ vars.DEPLOY_ROLE_ARN }}
role-session-name: deploy-${{ github.run_id }}
- name: Delete Stack
run: aws cloudformation delete-stack --stack-name superset-pr-${{ github.event.pull_request.number }}SupersetService