diff --git a/.github/workflows/check-runner.yml b/.github/workflows/check-runner.yml index 6e88e4b..7dbd0be 100644 --- a/.github/workflows/check-runner.yml +++ b/.github/workflows/check-runner.yml @@ -49,10 +49,6 @@ jobs: echo "Disk Usage:" df -h - # Print Network Interfaces - echo "Network Interfaces:" - ip addr show - # Optional: Print hardware details using lshw (requires sudo) if command -v lshw &> /dev/null; then echo "Hardware Details (requires sudo):" @@ -71,7 +67,8 @@ jobs: {runs-on: n150}, ] - name: Check runner + name: Check runner docker + needs: check-runners-host runs-on: ${{ matrix.build.runs-on }} container: @@ -107,10 +104,6 @@ jobs: echo "Disk Usage:" df -h - # Print Network Interfaces - echo "Network Interfaces:" - ip addr show - # Optional: Print hardware details using lshw (requires sudo) if command -v lshw &> /dev/null; then echo "Hardware Details (requires sudo):"