diff --git a/.gitea/workflows/ci-build.yml b/.gitea/workflows/ci-build.yml index da5439f8f..c5bfad3b0 100644 --- a/.gitea/workflows/ci-build.yml +++ b/.gitea/workflows/ci-build.yml @@ -35,7 +35,9 @@ concurrency: jobs: build-staging: name: Build Staging ${{ matrix.service_display }} Image - runs-on: host + runs-on: + - ci-l2 + - host timeout-minutes: ${{ matrix.timeout }} if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop') strategy: @@ -468,7 +470,9 @@ jobs: ' build-production: name: Build Production ${{ matrix.service_display }} Image - runs-on: host + runs-on: + - ci-l2 + - host timeout-minutes: ${{ matrix.timeout }} needs: if: startsWith(github.ref, 'refs/tags/v')