chore(lsp): add elp to skipped servers (#4395)

* chore(lsp): add `elp` to skipped servers

* ci(plugins): run the job every 1h instead of 15mins on weekends
This commit is contained in:
LostNeophyte 2023-10-21 15:00:35 +02:00 committed by GitHub
parent fc9716a65f
commit 77ee5b939f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@ on:
- debug
schedule:
# note: this will keep updating the existing branch
- cron: "*/15 10-14 * * 0,6"
- cron: "0 10-14 * * 0,6"
- cron: "0 14 * * 1-5"
jobs:

View file

@ -5,11 +5,11 @@ local skipped_servers = {
"azure_pipelines_ls",
"biome",
"ccls",
"custom_elements_ls",
"omnisharp",
"cssmodules_ls",
"custom_elements_ls",
"denols",
"docker_compose_language_service",
"elp",
"ember",
"emmet_language_server",
"emmet_ls",
@ -25,6 +25,7 @@ local skipped_servers = {
"mdx_analyzer",
"neocmake",
"ocamlls",
"omnisharp",
"phpactor",
"psalm",
"pylsp",
@ -34,8 +35,8 @@ local skipped_servers = {
"reason_ls",
"rnix",
"rome",
"ruby_ls",
"rubocop",
"ruby_ls",
"ruff_lsp",
"scry",
"solang",