Skip to content

Commit

Permalink
Clean cache workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Mar 9, 2024
1 parent 95e0570 commit 8a734b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cleancache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Clean cache

on:
schedule:
- '0 0 * * 0'
workflow_dispatch:

permissions:
actions: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 8a734b9

Please sign in to comment.