Skip to content

Commit

Permalink
Use public-docker-runner in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed Jan 21, 2025
1 parent 10f1cf0 commit 7446075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
tox -e ${{ matrix.toxenv }}
build:
runs-on: arc-runner
runs-on: public-docker-runner
needs: test

permissions:
Expand Down

0 comments on commit 7446075

Please sign in to comment.