mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-30 06:22:11 +00:00
Something else.
This commit is contained in:
parent
bb851f951c
commit
452472cf3d
6
.github/workflows/nix_build.yaml
vendored
6
.github/workflows/nix_build.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Nix Tests"
|
name: "Nix Build Docker image"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# paths:
|
# paths:
|
||||||
@ -11,11 +11,11 @@ on:
|
|||||||
# - "Cargo.lock"
|
# - "Cargo.lock"
|
||||||
# - "rust-toolchain.toml"
|
# - "rust-toolchain.toml"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: nix-image-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
build_nix_image:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-highmemory-32-plus-priv
|
group: aws-highmemory-32-plus-priv
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user