Skip to content

ci: use canary tag instead of dev #283

ci: use canary tag instead of dev

ci: use canary tag instead of dev #283

name: 🤖 Auto cleanup caches by a branch
on:
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- name: Cleanup cache
uses: ./.github/actions/cleanup-cache
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge