File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
github.event.label.name == 'run-windows-build' ||
37
37
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')))
38
38
name : Build and Test Windows - root solution (larger runners)
39
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
39
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
40
40
with :
41
41
parent-job-name : root-solution-larger-runners
42
42
machine-types : ' ["warp-windows-2022-x64-8x"]'
58
58
build-and-test-standard-runners :
59
59
if : github.ref_name == github.event.repository.default_branch
60
60
name : Build and Test Windows - root solution (standard runners)
61
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
61
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
62
62
with :
63
63
parent-job-name : root-solution-standard-runners
64
64
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
82
82
github.event.label.name == 'run-windows-build' ||
83
83
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))
84
84
name : Build and Test Windows - NuGetTest solution
85
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
85
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
86
86
with :
87
87
parent-job-name : nuget-solution
88
88
machine-types : ' ["windows-2022"]'
Original file line number Diff line number Diff line change 11
11
build-and-test-larger-runners :
12
12
if : github.ref_name != github.event.repository.default_branch
13
13
name : Build and Test - root solution (larger runners)
14
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
14
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
15
15
with :
16
16
parent-job-name : root-solution-larger-runners
17
17
machine-types : ' ["warp-ubuntu-2404-x64-4x"]'
30
30
build-and-test-standard-runners :
31
31
if : github.ref_name == github.event.repository.default_branch
32
32
name : Build and Test - root solution (standard runners)
33
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
33
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
34
34
with :
35
35
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
36
36
parent-job-name : root-solution-standard-runners
46
46
47
47
build-and-test-nuget-test :
48
48
name : Build and Test - NuGetTest solution
49
- uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-1124
49
+ uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
50
50
with :
51
51
parent-job-name : nuget-solution
52
52
build-directory : NuGetTest
You can’t perform that action at this time.
0 commit comments