Skip to content

Commit

Permalink
Updating branch references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Dec 5, 2023
1 parent f3123e6 commit 1d610c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test-larger-runners:
if: github.ref_name != github.event.repository.default_branch
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-481
with:
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 20
Expand All @@ -27,7 +27,7 @@ jobs:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
if: github.ref_name == github.event.repository.default_branch
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-481
with:
timeout-minutes: 40
set-up-sql-server: "true"
Expand All @@ -37,7 +37,7 @@ jobs:

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-481
with:
build-directory: NuGetTest
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion tools/Lombiq.GitHub.Actions

0 comments on commit 1d610c9

Please sign in to comment.