fix(ci): run docker job on github hosted runner (#5557)

Co-authored-by: Igor Mandrigin <mandrigin@users.noreply.github.com>
This commit is contained in:
Max Revitt 2022-09-28 18:31:36 +01:00 committed by GitHub
parent 23d21f3b44
commit a4f8f74ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ jobs:
docker-build-check: 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 # 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' }} 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: steps:
- uses: AutoModality/action-clean@v1 - uses: AutoModality/action-clean@v1
- uses: actions/checkout@v3 - uses: actions/checkout@v3