Skip to content

Commit

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

on:
workflow_dispatch:

permissions:
actions: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY

0 comments on commit 90a69ae

Please sign in to comment.