diff --git a/.github/workflows/clean_cache.yml b/.github/workflows/clean_cache.yml new file mode 100644 index 0000000..eef7887 --- /dev/null +++ b/.github/workflows/clean_cache.yml @@ -0,0 +1,10 @@ +name: Removed unneeded cache once a pr is closed +on: + pull_request: + types: + - closed + +jobs: + clean-cache: + uses: ForesightMiningSoftwareCorporation/github/.github/workflows/clear-cache-closed-pr.yml@v1 + secrets: inherit \ No newline at end of file