mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 01:12:17 +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/" ]
|
||||
|
||||
run-systems:
|
||||
needs: build
|
||||
name: "Run ${{ matrix.systems.nix-system }}"
|
||||
runs-on: "${{ matrix.systems.runner }}"
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue