Skip to content

Commit

Permalink
ci(release_lsp): remove unknown job dependency (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Oct 6, 2023
1 parent fd28773 commit 9264c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
build-intellij:
name: Build Intellij LSP
runs-on: ubuntu-latest
needs: [check, test-ui-intellij]
needs: [check]
env:
version: ${{ needs.check.outputs.intellij_version }}
prerelease: ${{ needs.check.outputs.prerelease }}
Expand Down

0 comments on commit 9264c09

Please sign in to comment.