Skip to content

Commit 12f6463

Browse files
committed
set CI=false
1 parent bfffafc commit 12f6463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- name: Build
3636
id: build
3737
continue-on-error: true
38-
run: yarn build
38+
run: CI=false yarn build # CI=false here as copy-clickhouse-repo-docs uses it as a flag to
39+
# not look for ClickHouse repo locally but rather pull the repo
3940

4041
- name: Check Build Result
4142
if: steps.build.outcome == 'failure' && steps.build.exitCode == 1

0 commit comments

Comments
 (0)