From a4f8f74ae704735b1a691c50fd366ae7da579f96 Mon Sep 17 00:00:00 2001 From: Max Revitt Date: Wed, 28 Sep 2022 18:31:36 +0100 Subject: [PATCH] fix(ci): run docker job on github hosted runner (#5557) Co-authored-by: Igor Mandrigin --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c009678f5..5ea480e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: docker-build-check: # don't run this on devel - the PR must have run it to be merged and it misleads that this pushes the docker image if: (${{ github.event_name == 'push' || !github.event.pull_request.draft }}) && ${{ github.ref != 'refs/heads/devel' }} - runs-on: self-hosted + runs-on: ubuntu-20.04 steps: - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v3