mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 06:25:00 +00:00
ci: limit concurrent jobs (#1364)
* ci: limit concurrent image push * docs: mention core images Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
9f708ff318
commit
9b98be160a
2 changed files with 4 additions and 0 deletions
3
.github/workflows/image.yml
vendored
3
.github/workflows/image.yml
vendored
|
@ -16,6 +16,9 @@ concurrency:
|
|||
jobs:
|
||||
image-build:
|
||||
strategy:
|
||||
# Pushing with all jobs in parallel
|
||||
# eats the bandwidth of all the nodes
|
||||
max-parallel: ${{ github.event_name != 'pull_request' && 1 || 4 }}
|
||||
matrix:
|
||||
include:
|
||||
- build-type: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue