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 9abf566 commit a89ebd0Copy full SHA for a89ebd0
.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' }}
+ - if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
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