From 5c7869eed7720d4c7e5c814187f29a6f94027632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Fri, 1 Nov 2024 17:19:57 +0100 Subject: [PATCH] test running on a large instance --- .github/workflows/ci-join.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-join.yml b/.github/workflows/ci-join.yml index 62073aabe..8df33efae 100644 --- a/.github/workflows/ci-join.yml +++ b/.github/workflows/ci-join.yml @@ -20,7 +20,8 @@ permissions: jobs: join: - runs-on: ubuntu-latest + runs-on: namespace-profile-default # testing with a large instance + # runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5