GHA: Change test build configuration

This commit is contained in:
Serhii Snitsaruk 2024-08-11 12:56:45 +02:00
parent f8ab80defa
commit 1f6cc8e55c
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ jobs:
target: editor target: editor
arch: x86_64 arch: x86_64
dotnet: true dotnet: true
should-build: ${{ !inputs.test-build }} should-build: true
- name: Template .NET (x86_64, release) - name: Template .NET (x86_64, release)
target: template_release target: template_release

View File

@ -112,7 +112,7 @@ jobs:
target: editor target: editor
arch: x86_64 arch: x86_64
dotnet: true dotnet: true
should-build: true should-build: ${{ !inputs.test-build }}
- name: Template .NET (x86_64, release) - name: Template .NET (x86_64, release)
target: template_release target: template_release