Skip to content

Commit

Permalink
ci(.github): remove agent config
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent 98bc0ea commit a6c4c28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

- name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

- name: Build, Lint, Test using Distributed Task Execution
uses: nrwl/ci/.github/workflows/[email protected]
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

- name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3

- name: Build, Lint, Test using Distributed Task Execution
uses: nrwl/ci/.github/workflows/[email protected]
with:
Expand Down

0 comments on commit a6c4c28

Please sign in to comment.