diff --git a/.github/workflows/build-types.yml b/.github/workflows/build-types.yml deleted file mode 100644 index 9bd3e48b9a..0000000000 --- a/.github/workflows/build-types.yml +++ /dev/null @@ -1,28 +0,0 @@ -on: - workflow_dispatch: - push: - branches: - - main - pull_request: - merge_group: - -name: Build types - -jobs: - build: - name: Build types - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - submodules: recursive - - - name: "Setup" - uses: ./.github/actions/setup - - - name: Run build:types - run: pnpm nx affected --target=build:types - env: - NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} -