mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-13 12:52: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"
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/nix_build.yaml"
|
||||
- "server/**"
|
||||
- "proto/**"
|
||||
- "router/**"
|
||||
- "launcher/**"
|
||||
- "nix/**"
|
||||
- "Cargo.lock"
|
||||
- "rust-toolchain.toml"
|
||||
# paths:
|
||||
# - ".github/workflows/nix_build.yaml"
|
||||
# - "server/**"
|
||||
# - "proto/**"
|
||||
# - "router/**"
|
||||
# - "launcher/**"
|
||||
# - "nix/**"
|
||||
# - "Cargo.lock"
|
||||
# - "rust-toolchain.toml"
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user