mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-28 13:32:10 +00:00
Flying blind feels nice.
This commit is contained in:
parent
6f3117512c
commit
8712a367dc
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -15,12 +15,12 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: Hardware to run integration tests
|
description: Hardware to run integration tests
|
||||||
outputs:
|
|
||||||
docker_image: ${{ steps.final.outputs.docker_image }}
|
|
||||||
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
outputs:
|
||||||
|
docker_image: ${{ steps.final.outputs.docker_image }}
|
||||||
|
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
Reference in New Issue
Block a user