Skip to content

Commit

Permalink
Merge pull request #2430 from lf-lang/rm-lsp-from-ci
Browse files Browse the repository at this point in the history
Unhook LSP tests from CI
  • Loading branch information
lhstrh authored Oct 21, 2024
2 parents 8393142 + 6175dc4 commit dcd3e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/all-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ jobs:
with:
all-platforms: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}

# Run language server tests.
lsp:
if: ${{ needs.check-diff.outputs.run_misc == 'true' }}
needs: check-diff
uses: ./.github/workflows/lsp-tests.yml
with:
all-platforms: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}

check-labels:
uses: ./.github/workflows/check-labels.yml
if: ${{ github.event_name == 'pull_request' }}
4 changes: 4 additions & 0 deletions .github/workflows/lsp-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Language server tests

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 8 * * 6'
workflow_dispatch:
workflow_call:
inputs:
all-platforms:
Expand Down

0 comments on commit dcd3e70

Please sign in to comment.