Skip to content

Commit 6b746ef

Browse files
committed
https://github.com/actions/runner/issues/520
1 parent a89ebd0 commit 6b746ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
4747
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
4848
run: nix build
49-
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
49+
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && github.repository_owner == 'haskell' }}
5050
run: nix develop --profile dev && cachix push haskell-language-server dev
51-
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && secrets.HLS_CACHIX_AUTH_TOKEN != null }}
51+
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && github.repository_owner == 'haskell' }}
5252
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server

0 commit comments

Comments
 (0)