Run during PR.

This commit is contained in:
Nicolas Patry 2025-03-18 10:53:40 +01:00
parent c9b267faa5
commit bb851f951c
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -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