From d6bb04b180efb7cfdefd359fe15423c0bb94c248 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sun, 20 Oct 2024 15:56:15 -0700 Subject: [PATCH 1/3] Update all-misc.yml --- .github/workflows/all-misc.yml | 8 -------- 1 file changed, 8 deletions(-) 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' }} From 9a93cf65fcf65740ace6e37de48216de3cd25370 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sun, 20 Oct 2024 15:58:39 -0700 Subject: [PATCH 2/3] Update lsp-tests.yml --- .github/workflows/lsp-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lsp-tests.yml b/.github/workflows/lsp-tests.yml index 0a50fbf85a..a1568dbcd5 100644 --- a/.github/workflows/lsp-tests.yml +++ b/.github/workflows/lsp-tests.yml @@ -1,6 +1,7 @@ name: Language server tests on: + workflow_dispatch: workflow_call: inputs: all-platforms: From 6175dc468c81cf66ebe313b3f78cec8a4733d24d Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sun, 20 Oct 2024 15:59:56 -0700 Subject: [PATCH 3/3] Update lsp-tests.yml --- .github/workflows/lsp-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lsp-tests.yml b/.github/workflows/lsp-tests.yml index a1568dbcd5..a724ed42e1 100644 --- a/.github/workflows/lsp-tests.yml +++ b/.github/workflows/lsp-tests.yml @@ -1,6 +1,9 @@ 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: