Skip to content

Commit

Permalink
ci: don't set extraPullNames on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Oct 12, 2023
1 parent f758071 commit 5ed6cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
with:
name: nix-config
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: nix-community
extraPullNames: ${{ env.self-hosted == 'true' && '' || 'nix-community' }}
skipAddingSubstituter: ${{ env.self-hosted }}
installCommand: ${{ env.self-hosted == 'true' && 'true' || env.cachix-install }}
- name: setup-aarch64-ssh
Expand Down

0 comments on commit 5ed6cf9

Please sign in to comment.