Skip to content

Commit

Permalink
Merge pull request #2 from jdwillmsen/develop
Browse files Browse the repository at this point in the history
CI Adjustments
  • Loading branch information
jdwillmsen authored Nov 19, 2023
2 parents 674c9a6 + 99f7dfc commit 02f4e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:

- name: Check out the default branch
if: github.ref != 'refs/heads/main'
run: |
git branch --track main origin/main
run: git branch --track main origin/main

- name: Initialize the Nx Cloud distributed CI run and stop agents when the build tasks are done
run: npx nx-cloud start-ci-run --stop-agents-after=build
Expand Down

0 comments on commit 02f4e15

Please sign in to comment.