Skip to content

Commit

Permalink
Temporarily not canceling in-progress PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 11, 2024
1 parent 0ab425d commit ca18b79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ca18b79

Please sign in to comment.