We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89ebd0 commit 6b746efCopy full SHA for 6b746ef
.github/workflows/nix.yml
@@ -46,7 +46,7 @@ jobs:
46
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
47
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
48
run: nix build
49
- - if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
+ - if: ${{ needs.pre_job.outputs.should_skip != 'true' && github.repository_owner == 'haskell' }}
50
run: nix develop --profile dev && cachix push haskell-language-server dev
51
52
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
0 commit comments