Skip to content

OSOE-743: Cancel ongoing runs of long-running workflows under a PR when new changes are pushed #5649

OSOE-743: Cancel ongoing runs of long-running workflows under a PR when new changes are pushed

OSOE-743: Cancel ongoing runs of long-running workflows under a PR when new changes are pushed #5649

name: Build and Test
# Runs for PRs opened for any branch, and pushes to the dev branch.
on:
pull_request:
push:
branches:
- dev
jobs:
build-and-test-standard-runners:
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
timeout-minutes: 40
set-up-sql-server: "true"
set-up-azurite: "true"
build-create-binary-log: "true"
blame-hang-timeout: "5m"
build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
build-directory: NuGetTest
timeout-minutes: 15
blame-hang-timeout: "5m"