diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d4386d322..a49efb4d9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,16 +17,18 @@ jobs: secrets: inherit with: main-branch-name: develop - number-of-agents: 2 +# number-of-agents: 2 parallel-commands: | pnpm exec nx-cloud record -- pnpm exec nx format:check pnpm e2e:ci ${{ github.ref == 'refs/heads/develop' && '--record' || '' }} - parallel-commands-on-agents: | pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme pnpm exec nx affected --target=build --parallel=2 +# parallel-commands-on-agents: | +# pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme +# pnpm exec nx affected --target=build --parallel=2 - agents: - name: Nx Cloud - Agents - uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6 - with: - number-of-agents: 2 +# agents: +# name: Nx Cloud - Agents +# uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6 +# with: +# number-of-agents: 2