Skip to content

github-actions-cache-cleaner #1755

github-actions-cache-cleaner

github-actions-cache-cleaner #1755

---
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: dev-hato/github-actions-cache-cleaner@73bf69e5227f3fb8684d0eca1f155e85af85f7b5 # v0.0.46
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true