File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments