From e156a81e729eebdb6abc723c3c168a9b517b9633 Mon Sep 17 00:00:00 2001 From: Michael Shitrit Date: Tue, 24 Jan 2023 14:38:07 +0200 Subject: [PATCH] trying to force change run group in order to 'fix' github time out issue:https://github.com/actions/runner/issues/2040 Signed-off-by: Michael Shitrit --- .github/workflows/pre-submit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.yaml b/.github/workflows/pre-submit.yaml index e744dda9..143b2153 100644 --- a/.github/workflows/pre-submit.yaml +++ b/.github/workflows/pre-submit.yaml @@ -34,7 +34,7 @@ jobs: - name: Test container build run: make container-build e2e-k8s: - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 env: BUILD_SCRIPT: build-nhc-snr.sh IMAGE_REGISTRY: kind-registry:5000