.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:
Kristoffer Dalby
2026-09-04 14:10:58 +00:00
parent f227d68781
commit 0c1c8bdcf4
5 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -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'