mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +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:
|
||||
pull_request:
|
||||
# paths:
|
||||
@ -11,11 +11,11 @@ on:
|
||||
# - "Cargo.lock"
|
||||
# - "rust-toolchain.toml"
|
||||
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
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
build_nix_image:
|
||||
runs-on:
|
||||
group: aws-highmemory-32-plus-priv
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user