Skip to content

Commit

Permalink
CI: Disable PVS-Studio job
Browse files Browse the repository at this point in the history
Per discussion, temporarily disable PVS-Studio for now.
  • Loading branch information
RytoEX committed Dec 9, 2024
1 parent e845729 commit a63fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a63fd94

Please sign in to comment.