Skip to content

Commit

Permalink
Add workflow to clear caches
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Sep 9, 2024
1 parent a2b0e3c commit f5b9861
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Clear all Github actions caches
on:
workflow_dispatch:

permissions:
actions: write

jobs:
clear-cache:
name: Delete all caches
runs-on: ubuntu-20.04
steps:
- name: Clear caches
uses: easimon/wipe-cache@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f5b9861

Please sign in to comment.