diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 8a0a39315bb..12e802e9c74 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -1,12 +1,14 @@ name: Basic checks -on: - push: - branches: - - main - pull_request: - branches: - - main +on: workflow_dispatch + +# on: +# push: +# branches: +# - main +# pull_request: +# branches: +# - main jobs: main: diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 2b5bdc5b53a..3d53837e7e6 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -126,11 +126,17 @@ steps: - script: | set -e - yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check + yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check env: GITHUB_TOKEN: "$(github-distro-mixin-password)" displayName: Compile & Hygiene + - script: | + set -e + yarn --cwd build compile + ./.github/workflows/check-clean-git-state.sh + displayName: Check /build/ folder + - ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}: - script: | set -e