Skip to content

Commit 418a3ba

Browse files
get working
1 parent 777c230 commit 418a3ba

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
@@ -124,7 +124,7 @@ jobs:
124124
# TODO(boomanaiden154): Remove this once the pipeline is stable and we
125125
# are ready for people to start recieving notifications.
126126
continue-on-error: true
127-
if: ${{ steps.vars.outputs.windows-projects == '' }}
127+
if: ${{ steps.vars.outputs.windows-projects != '' }}
128128
shell: cmd
129129
run: |
130130
set MAX_PARALLEL_COMPILE_JOBS=64

0 commit comments

Comments
 (0)