Browse Source

CI: Disable PVS-Studio job

Per discussion, temporarily disable PVS-Studio for now.
Ryan Foster 10 months ago
parent
commit
b4cd523d28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/analyze-project.yaml

+ 1 - 1
.github/workflows/analyze-project.yaml

@@ -5,7 +5,7 @@ jobs:
   windows:
     name: Windows 🪟 (PVS-Studio)
     runs-on: windows-2022
-    if: github.repository_owner == 'obsproject'
+    if: false && github.repository_owner == 'obsproject'
     defaults:
       run:
         shell: pwsh