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 777c230 commit 418a3baCopy full SHA for 418a3ba
.github/workflows/premerge.yaml
@@ -124,7 +124,7 @@ jobs:
124
# TODO(boomanaiden154): Remove this once the pipeline is stable and we
125
# are ready for people to start recieving notifications.
126
continue-on-error: true
127
- if: ${{ steps.vars.outputs.windows-projects == '' }}
+ if: ${{ steps.vars.outputs.windows-projects != '' }}
128
shell: cmd
129
run: |
130
set MAX_PARALLEL_COMPILE_JOBS=64
0 commit comments