Skip to content

Commit e1ca599

Browse files
committed
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 ' <head>' ```
1 parent 4e51a3a commit e1ca599

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Coverity
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- coverity
8+
# - main
79

810
jobs:
911
coverity:

0 commit comments

Comments
 (0)