mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: added a runner cleanup job [skip ci]
This commit is contained in:
parent
5087cadb78
commit
f97dd0fd24
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