WORKFLOW: added a runner cleanup job

This commit is contained in:
XargonWan 2023-12-12 14:21:02 +01:00
parent 893f4856e5
commit c2792eeb82

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