diff --git a/.github/workflows/runner-cleanup.yml b/.github/workflows/runner-cleanup.yml new file mode 100644 index 00000000..dbccdad3 --- /dev/null +++ b/.github/workflows/runner-cleanup.yml @@ -0,0 +1,12 @@ +name: "Runner Cleanup" + +on: + workflow_dispatch: + +jobs: + Cleanup: + runs-on: self-hosted + steps: + - name: Self Hosted Runner Post Job Cleanup Action + uses: TooMuch4U/actions-clean@v2.1 + \ No newline at end of file