mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-28 02:56:21 +09:00
.github: gate CI on flake.lock and flakehashes.json
Neither file was listed in any paths-filter, so a lockfile-only change skipped build, check-generated, check-tests and the whole integration matrix. Also drops integration_test/, which has never existed.
This commit is contained in:
@@ -31,7 +31,8 @@ jobs:
|
||||
- '*.nix'
|
||||
- 'go.*'
|
||||
- '**/*.go'
|
||||
- 'integration_test/'
|
||||
- 'flake.lock'
|
||||
- 'flakehashes.json'
|
||||
- 'config-example.yaml'
|
||||
- uses: NixOS/nix-installer-action@6b8548fe06acfb0155a50ab5d561accb215764cc # main
|
||||
if: steps.changed-files.outputs.files == 'true'
|
||||
|
||||
Reference in New Issue
Block a user