Skip to content

Commit

Permalink
Merge pull request #121 from Lombiq/issue/OSOE-743
Browse files Browse the repository at this point in the history
OSOE-743: Cancel ongoing runs of long-running workflows under a PR when new changes are pushed
  • Loading branch information
LombiqBot committed Dec 10, 2023
2 parents e8e30a4 + 83ba095 commit a4a1aeb
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 @@ -13,6 +13,7 @@ jobs:
name: Build and Test (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 15
build-configuration: Debug
Expand All @@ -24,13 +25,15 @@ jobs:
name: Build and Test (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "root-solution-standard-runners"
timeout-minutes: 30
build-configuration: Debug

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "nuget-solution"
build-directory: NuGetTest
timeout-minutes: 10

Expand Down

0 comments on commit a4a1aeb

Please sign in to comment.