Skip to content

Commit 708da66

Browse files
committed
do not merge: should not complain of missing env
1 parent 99963dc commit 708da66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
if: >
316316
env.MATCH == 'true'
317317
&& (
318-
github.repository != 'elastic/docs-builder'
318+
github.repository == 'elastic/docs-builder'
319319
&& (
320320
steps.deployment.outputs.result
321321
|| (

0 commit comments

Comments
 (0)