From 1da9ef1718c83ec54cc495ffa3a54796c4aca645 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 19 Jun 2026 09:15:25 +0200 Subject: [PATCH] ci: disable Coverity on the `main` branch temporarily The service has been down for quite some time now causing the CI to fail: ``` curl https://scan.coverity.com/download/other/linux64 \ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59 0 0 100 59 0 378 --:--:-- --:--:-- --:--:-- 378 100 1608 0 1549 100 59 7470 284 --:--:-- --:--:-- --:--:-- 7730 Error: Unable to process file command 'output' successfully. Error: Invalid format ' ' ``` --- .github/workflows/coverity.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index c581e1e..7d83be4 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -3,7 +3,9 @@ name: Coverity on: push: - branches: [main] + branches: + - coverity + # - main jobs: coverity: