Skip to content

Commit 38f4d6d

Browse files
authored
[ci] remove needs build-native for lint job (#77787)
`build-native` and `build-native-windows` were skipped for docs only changes in #77743, removing the native from the `needs:[]` dependencies of lint job to ensure lint will still be proceed for docs PR
1 parent 1296479 commit 38f4d6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797

9898
lint:
9999
name: lint
100-
needs: ['build-native', 'build-next']
101-
100+
needs: ['build-next']
102101
uses: ./.github/workflows/build_reusable.yml
103102
with:
104103
afterBuild: pnpm lint-no-typescript && pnpm check-examples

0 commit comments

Comments
 (0)