From 18fdef31609c99e1bf5e39f3befc31e9c5a7dae3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Feb 2024 17:02:14 -0800 Subject: [PATCH] ci: prettier/alejandra do not push to cachix --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f27ff04d..b7a93b83f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -220,6 +220,8 @@ jobs: with: name: ghostty authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" + skipPush: true + useDaemon: false # sometimes fails on short jobs - name: prettier check run: nix develop -c prettier --check . @@ -234,5 +236,7 @@ jobs: with: name: ghostty authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" + skipPush: true + useDaemon: false # sometimes fails on short jobs - name: alejandra check run: nix develop -c alejandra --check .