diff options
| author | Ben Busby <contact@benbusby.com> | 2023-04-05 13:04:17 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-04-05 13:04:17 -0600 |
| commit | bb3a01f8c1cd182afd92e677898dedd8ef79136e (patch) | |
| tree | 37ce4c2400974133f62a83c4ec4c6f8833123bf1 /.github | |
| parent | 65c12769bfb2275c9398e246ec2f4ccbba556fb7 (diff) | |
| download | farside-bb3a01f8c1cd182afd92e677898dedd8ef79136e.tar.gz | |
Move SearXNG instance check to nightly build
searx.space includes metrics for instance uptime, which is now
implemented as part of farside's nightly build. Accordingly, the
instance availability task built into farside now excludes searxng
instances.
Closes #95
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 1416b46..3eb126f 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -93,6 +93,7 @@ jobs: select(.value.version | . != null) | select(.value.network.asn_privacy == 0) | select(.value.http.error == null) | + select(.value.uptime.uptimeDay >= 99) | select(.value.tls.grade == "A+" or .value.tls.grade == "A") | select(.value.http.grade == "A+" or .value.http.grade == "A") | select(.value.html.grade == "V" or .value.html.grade == "F") | |
