From e20dbc918df86436ad1e97c79b74337b3625798f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:26:18 -0400 Subject: [PATCH] ci: disable flake-parts-docs --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 500f5c79b..28e84eca7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,7 @@ jobs: run: | nix run .#check-closure-size flake-parts-docs: + if: false # Currently fails in CI runs-on: x86_64-linux steps: - name: Docs for flake.parts