@cryptotaxi247 / infra / commits / a7a368fe

rename nix-build to checks

this job is building .#checks

Jörg Thalheim committed Apr 18, 2025 at 10:39 UTC a7a368fea1835031c7097141d2b9870ace245b87
1 file changed +1 -1
.github/workflows/ci.yml
+1 -1
@@ -13,7 +13,7 @@ permissions:
13 jobs:
14 # We probably should replace with a different faster CI soon,
15 # but atleast this gives us confidence for now
16 - nix-build:
16 + checks:
17 runs-on: "${{ matrix.os }}"
18 strategy:
19 fail-fast: false