Skip to content

Commit 089f146

Browse files
workflows/{manual-nixos,nix-parse}: fix failing workflows (#406138)
2 parents d9d1651 + b431c55 commit 089f146

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/manual-nixos-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build NixOS manual
4848
id: build-manual
49-
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true ci -A manual --argstr system ${{ matrix.system }}
49+
run: NIX_PATH=nixpkgs=$(pwd) nix-build --option restrict-eval true ci -A manual-nixos --argstr system ${{ matrix.system }}
5050

5151
- name: Upload NixOS manual
5252
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

.github/workflows/nix-parse-v2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
ref: ${{ needs.get-merge-commit.outputs.mergedSha }}
21-
if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }}
2221

2322
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
2423
with:

0 commit comments

Comments
 (0)