Skip to content

Commit d978bc6

Browse files
authored
correct missing condition on ci step
1 parent 92e0814 commit d978bc6

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)