Skip to content

Commit

Permalink
chore: attemp 2 to fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 13, 2023
1 parent 6e6235b commit b90704e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
TARGET_BRANCH: ${{ github.base_ref }}

on:
push:
branches:
Expand All @@ -11,7 +14,7 @@ jobs:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
main-branch-name: main
main-branch-name: $TARGET_BRANCH
number-of-agents: 3
init-commands: |
pnpm exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
Expand Down

0 comments on commit b90704e

Please sign in to comment.