Skip to content

chore(deps): update dependency @taiga-ui/eslint-plugin-experience to … #543

chore(deps): update dependency @taiga-ui/eslint-plugin-experience to …

chore(deps): update dependency @taiga-ui/eslint-plugin-experience to … #543

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