Skip to content

Commit

Permalink
Revert "Testing concurrency with cancel-in-progress-for-this-pr disab…
Browse files Browse the repository at this point in the history
…led"

This reverts commit d2cae5b.
  • Loading branch information
BenedekFarkas committed Dec 7, 2023
1 parent d2cae5b commit f96fc5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
name: Build and Test Windows - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-larger-runners"
machine-types: "['gitrunners-windows-2022-x64-8vcpu']"
timeout-minutes: 30
Expand All @@ -54,7 +53,6 @@ jobs:
name: Build and Test Windows - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-standard-runners"
machine-types: "['windows-2022']"
timeout-minutes: 60
Expand All @@ -73,7 +71,6 @@ jobs:
name: Build and Test Windows - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "nuget-solution"
machine-types: "['windows-2022']"
build-directory: NuGetTest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 20
Expand All @@ -31,7 +30,6 @@ jobs:
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-standard-runners"
timeout-minutes: 40
set-up-sql-server: "true"
Expand All @@ -43,7 +41,6 @@ jobs:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "nuget-solution"
build-directory: NuGetTest
timeout-minutes: 15
Expand Down

0 comments on commit f96fc5e

Please sign in to comment.