From 90a69aeee350a0fb0b99b2dd0e2f95f4f52b7dfa Mon Sep 17 00:00:00 2001 From: Andrzej Ressel Date: Sat, 9 Mar 2024 16:06:23 +0100 Subject: [PATCH] Clean cache workflow --- .github/workflows/cleancache.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/cleancache.yaml diff --git a/.github/workflows/cleancache.yaml b/.github/workflows/cleancache.yaml new file mode 100644 index 000000000..53dfac9b9 --- /dev/null +++ b/.github/workflows/cleancache.yaml @@ -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