mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
workflows: Prepend reusable workfow with _
This commit is contained in:
parent
2aacfb2689
commit
de5314fc31
2 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -89,14 +89,14 @@ jobs:
|
|||
run: nix build .#checks.x86_64-linux.${{ matrix.check }} --print-build-logs
|
||||
build-server:
|
||||
needs: parse-flake
|
||||
uses: ./.github/workflows/build-host.yml
|
||||
uses: ./.github/workflows/_build-host.yml
|
||||
with:
|
||||
hosts: ${{ needs.parse-flake.outputs.servers }}
|
||||
secrets:
|
||||
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
build-workstation:
|
||||
needs: parse-flake
|
||||
uses: ./.github/workflows/build-host.yml
|
||||
uses: ./.github/workflows/_build-host.yml
|
||||
with:
|
||||
hosts: ${{ needs.parse-flake.outputs.workstations }}
|
||||
secrets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue