mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
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:
parent
23d21f3b44
commit
a4f8f74ae7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user