Skip to content

clean up tool cache

clean up tool cache #1

Workflow file for this run

# clean up github actions runner

Check failure on line 1 in .github/workflows/clean-up.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/clean-up.yaml

Invalid workflow file

(Line: 11, Col: 5): Required property is missing: runs-on
on:
workflow_dispatch:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
name: Clean up GitHub Actions self-hosted GPU runner
jobs:
cleanup:
name: Clean up GitHub Actions self-hosted GPU runner
steps:
- name: Remove tool cache
run: rm -rf /root/actions-runner/_work/_tool