Do not build webpanel for Code Scanning job

This commit is contained in:
Jordan Dominion
2023-08-23 19:08:59 -04:00
parent c221045539
commit 29f28eb4cd
+3 -1
View File
@@ -37,7 +37,9 @@ jobs:
languages: csharp
- name: Build
run: dotnet build -c ReleaseNoWindows
run: |
export TGS_HOST_NO_WEBPANEL=true
dotnet build -c ReleaseNoWindows
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2