mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Make system-specific runs rely on success of build job
This commit is contained in:
parent
148bd72756
commit
ec531ea91f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue