mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-15 05:42:07 +00:00
Run during PR.
This commit is contained in:
parent
c9b267faa5
commit
bb851f951c
18
.github/workflows/nix_build.yaml
vendored
18
.github/workflows/nix_build.yaml
vendored
@ -1,15 +1,15 @@
|
|||||||
name: "Nix Tests"
|
name: "Nix Tests"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
# paths:
|
||||||
- ".github/workflows/nix_build.yaml"
|
# - ".github/workflows/nix_build.yaml"
|
||||||
- "server/**"
|
# - "server/**"
|
||||||
- "proto/**"
|
# - "proto/**"
|
||||||
- "router/**"
|
# - "router/**"
|
||||||
- "launcher/**"
|
# - "launcher/**"
|
||||||
- "nix/**"
|
# - "nix/**"
|
||||||
- "Cargo.lock"
|
# - "Cargo.lock"
|
||||||
- "rust-toolchain.toml"
|
# - "rust-toolchain.toml"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
Reference in New Issue
Block a user