Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

github-actions-cache-cleaner #468

github-actions-cache-cleaner

github-actions-cache-cleaner #468

---
name: github-actions-cache-cleaner
on:
push:
branches:
- main
schedule:
- cron: '0 21 * * *' # 06:00 JST
workflow_dispatch:
permissions: read-all
jobs:
github-actions-cache-cleaner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: dev-hato/github-actions-cache-cleaner@v0.0.46
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true