mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
WORKFLOW: added a runner cleanup job
This commit is contained in:
parent
893f4856e5
commit
c2792eeb82
12
.github/workflows/runner-cleanup.yml
vendored
Normal file
12
.github/workflows/runner-cleanup.yml
vendored
Normal 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
|
||||
|
Loading…
Reference in a new issue