From 0c5c7765788030e1721767db3c3229d276fc3cd4 Mon Sep 17 00:00:00 2001 From: Andrej Copar Date: Thu, 16 Jan 2025 18:48:25 +0000 Subject: [PATCH] Make runner in CI workflow configurable --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40f661193..231a1dc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: env: RESOLWE_COMMUNICATOR_IMAGE: "resolwe/com:testing" - runs-on: arc-runner + runs-on: public-docker-runner timeout-minutes: 20 strategy: fail-fast: false @@ -79,7 +79,7 @@ jobs: tox -e ${{ matrix.toxenv }} build: - runs-on: arc-runner + runs-on: public-docker-runner needs: test permissions: