瀏覽代碼

CI: Disable PVS-Studio job

Per discussion, temporarily disable PVS-Studio for now.
Ryan Foster 10 月之前
父節點
當前提交
b4cd523d28
共有 1 個文件被更改,包括 1 次插入1 次删除
  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