Skip to content

SONARXML-261 Create PR cleanup action #1

SONARXML-261 Create PR cleanup action

SONARXML-261 Create PR cleanup action #1

Workflow file for this run

name: Cleanup caches and artifacts on PR close
on:
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: github-ubuntu-latest-s
permissions:
actions: write
steps:
- uses: SonarSource/ci-github-actions/pr_cleanup@v1