Skip to content

chore: k3s tf module & spectrum module cleanup && cilium l2 support #19

chore: k3s tf module & spectrum module cleanup && cilium l2 support

chore: k3s tf module & spectrum module cleanup && cilium l2 support #19

Workflow file for this run

name: cleanup
on:
pull_request:
types: [closed]
jobs:
destroy:
uses: ./.github/workflows/terraform.yml
with:
command: "destroy"
branch: ${{ github.event.pull_request.head.ref }}
workspace: "spectrum-${{ github.event.pull_request.number }}"
secrets:
PAT: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}