Skip to content

github-actions-cache-cleaner #1183

github-actions-cache-cleaner

github-actions-cache-cleaner #1183

---
name: github-actions-cache-cleaner
on:
push:
branches:
- develop
- master
schedule:
- cron: '0 21 * * *' # 06:00 JST
workflow_dispatch:
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true