Skip to content

Commit

Permalink
fix(misc): ci workflow generator use correct default branch (nrwl#15487)
Browse files Browse the repository at this point in the history
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
  • Loading branch information
2 people authored and nartc committed Mar 9, 2023
1 parent af46486 commit 6960db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.3
with:
main-branch-name: main
number-of-agents: 3
init-commands: |
yarn nx-cloud start-ci-run --stop-agents-after=\\"build\\" --agent-count=3
Expand Down Expand Up @@ -207,6 +208,7 @@ jobs:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.3
with:
main-branch-name: main
number-of-agents: 3
init-commands: |
yarn nx-cloud start-ci-run --stop-agents-after=\\"build\\" --agent-count=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.3
with:
main-branch-name: <%= mainBranch %>
number-of-agents: 3
init-commands: |
<%= packageManagerPrefix %> nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
Expand Down

0 comments on commit 6960db2

Please sign in to comment.