mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 08:05:42 +00:00
12 lines
211 B
YAML
12 lines
211 B
YAML
|
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
|
||
|
|