Skip to content

Commit 231a4c9

Browse files
committed
Merge remote-tracking branch 'origin/issue/OSOE-925' into issue/OSOE-925
2 parents 366b15b + cc63ecd commit 231a4c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
build-and-test-larger-runners:
3434
if: github.ref_name != github.event.repository.default_branch &&
35-
(github.event_name == 'workflow_dispatch' ||
36-
github.event.label.name == 'run-windows-build' ||
37-
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')))
35+
(github.event_name == 'workflow_dispatch' ||
36+
github.event.label.name == 'run-windows-build' ||
37+
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')))
3838
name: Build and Test Windows - root solution (larger runners)
3939
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-925
4040
with:

0 commit comments

Comments
 (0)