Skip to content

Commit 5885d8b

Browse files
committed
Set CI=false only at build step
1 parent 15502fa commit 5885d8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: PullRequestCI
33
env:
44
# Force the stdout and stderr streams to be unbuffered
55
PYTHONUNBUFFERED: 1
6-
CI: true
76

87
on: # yamllint disable-line rule:truthy
98
pull_request:
@@ -34,4 +33,4 @@ jobs:
3433
run: yarn install --frozen-lockfile
3534

3635
- name: Build
37-
run: yarn build
36+
run: CI=false yarn build

0 commit comments

Comments
 (0)