Skip to content

Commit

Permalink
fix(core): bump nrwl/ci to 0.8 (#12704)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 19, 2022
1 parent 34c9fa9 commit ccc98e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/shared/monorepo-ci-github-actions.md
Expand Up @@ -51,7 +51,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -64,7 +64,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
with:
number-of-agents: 3
```
Expand Down
Expand Up @@ -142,7 +142,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
with:
number-of-agents: 3
init-commands: |
Expand All @@ -157,7 +157,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
with:
number-of-agents: 3
"
Expand All @@ -175,7 +175,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
with:
number-of-agents: 3
init-commands: |
Expand All @@ -190,7 +190,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
with:
number-of-agents: 3
"
Expand Down
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
with:
number-of-agents: 3
init-commands: |
Expand All @@ -24,6 +24,6 @@ jobs:

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.7
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
with:
number-of-agents: 3

1 comment on commit ccc98e3

@vercel
Copy link

@vercel vercel bot commented on ccc98e3 Oct 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.