From 392e54d27ca5ad6719e494d87e7506d5b79d0ef4 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic <157983820+vmilosevic@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:48:15 +0200 Subject: [PATCH] Remove ip check --- .github/workflows/check-runner.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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):"