diff --git a/.github/workflows/all-misc.yml b/.github/workflows/all-misc.yml index 1155170fc1..e2aae3d1ff 100644 --- a/.github/workflows/all-misc.yml +++ b/.github/workflows/all-misc.yml @@ -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' }} diff --git a/.github/workflows/lsp-tests.yml b/.github/workflows/lsp-tests.yml index 0a50fbf85a..a724ed42e1 100644 --- a/.github/workflows/lsp-tests.yml +++ b/.github/workflows/lsp-tests.yml @@ -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: