From 660ebad58e318fe731a6ada554520f00d9c91bc1 Mon Sep 17 00:00:00 2001 From: Mischback Date: Tue, 19 Mar 2024 22:04:09 +0100 Subject: [PATCH] Deactivating the IPv6 test Still not working out of the box. Research https://github.com/actions/runner-images/issues/668#issuecomment-1872487355 --- .github/workflows/ci-default.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-default.yml b/.github/workflows/ci-default.yml index 0cf8319..1836ccf 100644 --- a/.github/workflows/ci-default.yml +++ b/.github/workflows/ci-default.yml @@ -9,12 +9,12 @@ on: - development jobs: - evaluation: - name: Evaluate GitHub's IPv6 - runs-on: ubuntu-latest - steps: - - name: Ping mischback.de - run: ping -6 mischback.de + # evaluation: + # name: Evaluate GitHub's IPv6 + # runs-on: ubuntu-latest + # steps: + # - name: Ping mischback.de + # run: ping -6 mischback.de linting: name: Run linters runs-on: ubuntu-latest