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