From 992d9c84c96629cbd174a50ce045b48ff1594e45 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Thu, 12 Oct 2023 11:34:11 -0400 Subject: [PATCH] ci: don't set extraPullNames on self-hosted --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75459d637..4e48b8b42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -201,7 +201,7 @@ jobs: with: name: nix-config authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - extraPullNames: nix-community + extraPullNames: ${{ env.self-hosted == 'false' && 'nix-community' }} skipAddingSubstituter: ${{ env.self-hosted }} installCommand: ${{ env.self-hosted == 'true' && 'true' || env.cachix-install }} - name: setup-aarch64-ssh