Skip to content

Bump the api group with 1 update #121

Bump the api group with 1 update

Bump the api group with 1 update #121

name: Pull Request - Closed
# wait for any in-progress pull-request.yml runs on the same PR to finish before starting cleanup
concurrency:
group: pull-request-${{ github.event.number }}
cancel-in-progress: false
on:
pull_request:
types: [closed]
permissions:
actions: read
pull-requests: read
jobs:
cleanup:
name: Cleanup
uses: ./.github/workflows/reusable-cleanup.yml
secrets: inherit