WORKFLOW: added a runner cleanup job [skip ci]

This commit is contained in:
XargonWan 2023-12-12 14:23:43 +01:00
parent 5087cadb78
commit f97dd0fd24

12
.github/workflows/runner-cleanup.yml vendored Normal file
View file

@ -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