Skip to content

ci: check the size of the runner #2

ci: check the size of the runner

ci: check the size of the runner #2

Workflow file for this run

name: Self-Hosted Runner Test
on:
push:
branches: ["**"]
jobs:
test-runner:
name: Check Runner Connectivity
runs-on: [self-hosted, linux]
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Confirm Runner Connection
run: echo "Successfully connected to and ran on self-hosted runner."
- name: Check Disk Space
run: df -h