Skip to content

Commit

Permalink
Remove ip check
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Sep 17, 2024
1 parent 44f71d8 commit 392e54d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/check-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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):"
Expand All @@ -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:
Expand Down Expand Up @@ -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):"
Expand Down

0 comments on commit 392e54d

Please sign in to comment.