Skip to content

Commit

Permalink
Add deletion workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy committed Jul 6, 2023
1 parent c7087a3 commit 04a2dd9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/call-uffizzi-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Close Pull Request

on:
pull_request:
types: [closed]

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
delete-preview:
name: Delete Uffizzi virtual cluster preview
uses: UffizziCloud/actions/.github/workflows/reusable-uffizzi-delete.yaml@uffizzi
secrets:
github-token: ${{ secrets.GITOPS_WORDSMITH_K8S }}
uffizzi-password: ${{ secrets.UFFIZZI_PASSWORD }}
with:
pr-number: ${{ github.event.number }}

0 comments on commit 04a2dd9

Please sign in to comment.