diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml new file mode 100644 index 00000000..5664ce22 --- /dev/null +++ b/.github/workflows/clear-cache.yml @@ -0,0 +1,16 @@ +name: "Clear cache" + +on: + workflow_dispatch: + +jobs: + clear-cache: + runs-on: ubuntu-latest + name: "Clear cache" + timeout-minutes: 60 + steps: + - uses: MyAlbum/purge-cache@v2 + with: + accessed: true + created: true + max-age: 0 \ No newline at end of file