Skip to content

Commit 557ba3d

Browse files
thing
1 parent 1390ec9 commit 557ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
111111
if [[ "${windows_projects}" == "" ]]; then
112112
echo "No projects to build"
113-
exit 0
114113
fi
115114
116115
echo "Building projects: ${windows_projects}"
@@ -125,6 +124,7 @@ jobs:
125124
# TODO(boomanaiden154): Remove this once the pipeline is stable and we
126125
# are ready for people to start recieving notifications.
127126
continue-on-error: true
127+
if: ${{ steps.vars.outputs.windows-projects == "" }}
128128
shell: cmd
129129
run: |
130130
set MAX_PARALLEL_COMPILE_JOBS=64

0 commit comments

Comments
 (0)