fix(ci): run backend deploys on self-hosted runners
This commit is contained in:
parent
c1c9d246eb
commit
46a0758335
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-deploy-ghcr.yml
vendored
4
.github/workflows/build-and-deploy-ghcr.yml
vendored
|
|
@ -17,10 +17,10 @@ env:
|
|||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, x64, ubuntu-latest, docker-ready]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
service:
|
||||
- gateway
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue