Skip to content

Commit

Permalink
CI Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwillmsen committed Nov 19, 2023
1 parent 8bb5bff commit 446090d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- name: Check out the default branch
if: github.ref != 'refs/head/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 446090d

Please sign in to comment.