workflows: Prepend reusable workfow with _

This commit is contained in:
SebastianStork 2026-03-10 22:40:41 +01:00
parent 2aacfb2689
commit de5314fc31
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 2 additions and 2 deletions

View file

@ -89,14 +89,14 @@ jobs:
run: nix build .#checks.x86_64-linux.${{ matrix.check }} --print-build-logs run: nix build .#checks.x86_64-linux.${{ matrix.check }} --print-build-logs
build-server: build-server:
needs: parse-flake needs: parse-flake
uses: ./.github/workflows/build-host.yml uses: ./.github/workflows/_build-host.yml
with: with:
hosts: ${{ needs.parse-flake.outputs.servers }} hosts: ${{ needs.parse-flake.outputs.servers }}
secrets: secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
build-workstation: build-workstation:
needs: parse-flake needs: parse-flake
uses: ./.github/workflows/build-host.yml uses: ./.github/workflows/_build-host.yml
with: with:
hosts: ${{ needs.parse-flake.outputs.workstations }} hosts: ${{ needs.parse-flake.outputs.workstations }}
secrets: secrets: