mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-08 18:32:06 +00:00
Not hitting myself against the wall.
This commit is contained in:
parent
8712a367dc
commit
a759e2e7c5
6
.github/workflows/ci_build.yaml
vendored
6
.github/workflows/ci_build.yaml
vendored
@ -23,7 +23,7 @@ on:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
build-matrix:
|
||||
build:
|
||||
strategy:
|
||||
# super important if you want to see all results, even if one fails
|
||||
# fail-fast is true by default
|
||||
@ -38,6 +38,6 @@ jobs:
|
||||
needs: build-matrix
|
||||
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
||||
with:
|
||||
docker_image: ${{ steps.build.outputs.docker_image }}
|
||||
docker_devices: ${{ steps.build.outputs.docker_devices }}
|
||||
docker_image: ${{ jobs.build.outputs.docker_image }}
|
||||
docker_devices: ${{ jobs.build.outputs.docker_devices }}
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user