diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 26ad219d114..6143914601f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -80,7 +80,7 @@ jobs: run: .github/workflows/check-clean-git-state.sh - name: Compile & Hygiene - run: npm exec -- npm-run-all -lp core-ci-pr extensions-ci-pr hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check + run: npm exec -- npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}