diff --git a/.github/workflows/cleanup-pr-artifacts.yml b/.github/workflows/cleanup-pr-artifacts.yml new file mode 100644 index 0000000..448a2d3 --- /dev/null +++ b/.github/workflows/cleanup-pr-artifacts.yml @@ -0,0 +1,12 @@ +name: Cleanup PR Artifacts + +on: + pull_request: + types: [closed] + +jobs: + cleanup: + uses: Cratis/Workflows/.github/workflows/cleanup-pr-artifacts.yml@main + with: + pull_request: ${{ github.event.pull_request.number }} + secrets: inherit