Skip to content

Commit b0d8d8d

Browse files
committed
re-enable path filters
1 parent bc8e41c commit b0d8d8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
lint-test:
6868
needs: paths-filter
69-
# TODO: if: ${{ needs.paths-filter.outputs.test == 'true' }}
69+
if: ${{ needs.paths-filter.outputs.test == 'true' }}
7070
name: Lint (Test Framework)
7171
runs-on: ubuntu-20.04
7272
steps:
@@ -110,7 +110,7 @@ jobs:
110110

111111
lint-lint:
112112
needs: paths-filter
113-
# TODO: if: ${{ needs.paths-filter.outputs.lint == 'true' }}
113+
if: ${{ needs.paths-filter.outputs.lint == 'true' }}
114114
name: Lint (Lint)
115115
runs-on: ubuntu-20.04
116116
steps:
@@ -162,7 +162,7 @@ jobs:
162162

163163
lint-languageserver:
164164
needs: paths-filter
165-
# TODO: if: ${{ needs.paths-filter.outputs.languageserver == 'true' }}
165+
if: ${{ needs.paths-filter.outputs.languageserver == 'true' }}
166166
name: Lint (Language Server)
167167
runs-on: ubuntu-20.04
168168
steps:
@@ -208,7 +208,7 @@ jobs:
208208

209209
lint-docgen:
210210
needs: paths-filter
211-
# TODO: if: ${{ needs.paths-filter.outputs.docgen == 'true' }}
211+
if: ${{ needs.paths-filter.outputs.docgen == 'true' }}
212212
name: Lint (Docgen)
213213
runs-on: ubuntu-20.04
214214
steps:

0 commit comments

Comments
 (0)