Skip to content

Commit

Permalink
Temporarily not canceling in-progress build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 22, 2024
1 parent bcfb8fd commit 91077f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,11 +47,13 @@ jobs:
build-directory: NuGetTest
timeout-minutes: 20
dotnet-test-process-timeout: 480000
cancel-in-progress-for-this-pr: 'false'

spelling:
name: Spelling
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev
with:
cancel-in-progress-for-this-pr: 'false'
additional-dictionaries: |
cspell:csharp/csharp.txt
cspell:css/dict/css.txt
Expand All @@ -70,13 +73,15 @@ jobs:
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev
with:
machine-types: "['ubuntu-24.04']"
cancel-in-progress-for-this-pr: 'false'

yaml-linting:
name: YAML Linting
uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev
with:
config-file-path: tools/Lombiq.GitHub.Actions/.trunk/configs/.yamllint.yaml
search-path: .
cancel-in-progress-for-this-pr: 'false'

post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 91077f8

Please sign in to comment.