diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 058966db8..0df69976b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -23,6 +23,7 @@ jobs: dotnet-test-process-timeout: 600000 build-enable-nuget-caching: 'true' build-enable-npm-caching: 'true' + cancel-in-progress-for-this-pr: 'false' build-and-test-standard-runners: if: github.ref_name == github.event.repository.default_branch @@ -46,6 +47,7 @@ jobs: build-directory: NuGetTest timeout-minutes: 20 dotnet-test-process-timeout: 480000 + cancel-in-progress-for-this-pr: 'false' spelling: name: Spelling @@ -64,6 +66,7 @@ jobs: lombiq-lgha:dictionaries/Lombiq.people.txt lombiq-lgha:dictionaries/Security.txt lombiq-lgha:dictionaries/Xml.txt + cancel-in-progress-for-this-pr: 'false' powershell-static-code-analysis: name: PowerShell Static Code Analysis