We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1390ec9 commit 557ba3dCopy full SHA for 557ba3d
.github/workflows/premerge.yaml
@@ -110,7 +110,6 @@ jobs:
110
111
if [[ "${windows_projects}" == "" ]]; then
112
echo "No projects to build"
113
- exit 0
114
fi
115
116
echo "Building projects: ${windows_projects}"
@@ -125,6 +124,7 @@ jobs:
125
124
# TODO(boomanaiden154): Remove this once the pipeline is stable and we
126
# are ready for people to start recieving notifications.
127
continue-on-error: true
+ if: ${{ steps.vars.outputs.windows-projects == "" }}
128
shell: cmd
129
run: |
130
set MAX_PARALLEL_COMPILE_JOBS=64
0 commit comments