Skip to content

Commit 1395b09

Browse files
authored
Merge pull request #170 from jupyterlab/fcollonval-patch-1
correct missing condition on ci step
2 parents 92e0814 + d978bc6 commit 1395b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
if: steps.filter.outputs.extension == 'true'
102102
run: jlpm run eslint:check
103103
- name: Build and check by extension
104+
if: steps.filter.outputs.extension == 'true'
104105
run: |
105106
pip install . -vvv
106107
jupyter labextension list 2>&1 | tee labextension.list

0 commit comments

Comments
 (0)