Skip to content

Commit

Permalink
Removing issue branch references
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Piedone committed Nov 20, 2022
1 parent ce0251e commit 60987fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
call-build-and-test-workflow-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@issue/OSOE-464-build-errors-not-failing
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: "[\"ubuntu-latest-4core\", \"windows-latest-8core\"]"
timeout-minutes: 30
Expand All @@ -32,7 +32,7 @@ jobs:

call-build-and-test-workflow-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-464-build-errors-not-failing
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: "[\"ubuntu-latest\", \"windows-latest\"]"
build-directory: NuGetTest
Expand Down
2 changes: 1 addition & 1 deletion tools/Lombiq.GitHub.Actions

0 comments on commit 60987fa

Please sign in to comment.