Make system-specific runs rely on success of build job

This commit is contained in:
Luc Perkins 2024-05-20 09:39:29 -03:00
parent 148bd72756
commit ec531ea91f
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -74,6 +74,7 @@ jobs:
[ $(nix config show substituters) == "https://cache.nixos.org/" ] [ $(nix config show substituters) == "https://cache.nixos.org/" ]
run-systems: run-systems:
needs: build
name: "Run ${{ matrix.systems.nix-system }}" name: "Run ${{ matrix.systems.nix-system }}"
runs-on: "${{ matrix.systems.runner }}" runs-on: "${{ matrix.systems.runner }}"
permissions: permissions: