summaryrefslogtreecommitdiff
path: root/.github/workflows/checker.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2025-06-01 19:47:56 +0200
committerGitHub <noreply@github.com>2025-06-01 19:47:56 +0200
commitd63bdcd773b05d3a119cc0c710ba424d87172f93 (patch)
treef7a92d512df181e0ce21fd4ca7bbcade9b702e16 /.github/workflows/checker.yml
parent93751b63798bc9331987cef0e2dff17123a55325 (diff)
[mod] CI: exclude SearXNG checker and build & deploy of online docs (#4875)
checker.yml 1. The checker is not yet of sufficient quality to allow the results of the check to be evaluated / we do not evaluate them ourselves. 2. The checker sends hundreds of requests to the search engines and causes problems there / we either overload small providers or we train their bot defenses to use the SearXNG signature. documentation.yml Building the documentation and deploying it on GH-docs of a clones (GH forks) is generally not desirable either --> We have >2k clones, but we only need one up-to-date documentation and that is the one from the master branch of the searxng/searxng repo. If search engines like Google start linking to the documentation in the clones, SearXNG users may no longer find the original documentation or be lost in the flood of options. Related: - https://github.com/searxng/searxng/issues/4847 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows/checker.yml')
-rw-r--r--.github/workflows/checker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml
index 5383bbc21..8e16aeef9 100644
--- a/.github/workflows/checker.yml
+++ b/.github/workflows/checker.yml
@@ -19,6 +19,7 @@ env:
jobs:
search:
+ if: github.repository_owner == 'searxng' || github.event_name == 'workflow_dispatch'
name: Search
runs-on: ubuntu-24.04-arm
steps: