Skip to content

SONARAZDO-515 Remove clean cache step #8

SONARAZDO-515 Remove clean cache step

SONARAZDO-515 Remove clean cache step #8

Workflow file for this run

name: Cleanup PR Resources
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: github-ubuntu-latest-s
name: Cleanup
permissions:
actions: write # Required to delete caches and artifacts
steps:
- uses: SonarSource/ci-github-actions/pr_cleanup@v1