Skip to content

cleanup caches by a branch #1275

cleanup caches by a branch

cleanup caches by a branch #1275

name: cleanup caches by a branch
on:
pull_request_target:
types:
- closed
delete:
workflow_dispatch:
inputs:
branchNames:
description: 'List of branch(ref) names with caches to be deleted'
required: false
type: string
jobs:
cleanup:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@switch-to-esm
with:
branch-names: ${{ inputs.branchNames }}