mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-09 02:42:05 +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'
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-matrix:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
# super important if you want to see all results, even if one fails
|
# super important if you want to see all results, even if one fails
|
||||||
# fail-fast is true by default
|
# fail-fast is true by default
|
||||||
@ -38,6 +38,6 @@ jobs:
|
|||||||
needs: build-matrix
|
needs: build-matrix
|
||||||
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
||||||
with:
|
with:
|
||||||
docker_image: ${{ steps.build.outputs.docker_image }}
|
docker_image: ${{ jobs.build.outputs.docker_image }}
|
||||||
docker_devices: ${{ steps.build.outputs.docker_devices }}
|
docker_devices: ${{ jobs.build.outputs.docker_devices }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user