Skip to content

chore(deps): update taiga-family/ci action to v1.57.1 #371

chore(deps): update taiga-family/ci action to v1.57.1

chore(deps): update taiga-family/ci action to v1.57.1 #371

name: 🤖 Auto cleanup caches
on:
push:
branches: [main, 'v[0-9]+.x']
pull_request:
types:
- closed
jobs:
cleanup:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.1.6
- uses: taiga-family/ci/actions/auto/cleanup-cache@v1.57.1
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/auto/cleanup-cache@v1.57.1
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge