mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +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
|
|
|