Alex
fc297a7df3
ci: only trigger on push to master to avoid duplicate PR runs
...
These workflows triggered on both push and pull_request with no branch
filter, so every push to a PR branch ran each workflow twice. Restrict the
push trigger to master; pull_request already covers PR branches.
2026-07-05 10:10:04 +02:00
Austin Horstman
833c40a84b
feat(ci): enable concurrency for nix-tests
...
Don't let multiple tests run, cancel existing for same pr
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-06 15:19:04 -06:00
Austin Horstman
d95809e11b
chore(ci): bump flake lock actions
...
Multiple releases old, keep up to date.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-06 15:16:20 -06:00
John Titor
1a9952d0c0
workflows: add nix-test workflow
...
Checks the flake
Builds and tests the package
2024-05-28 13:29:25 +05:30