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 a1e9221 commit 34909fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Install dependencies
run: npm ci --force

# - name: Check out the default branch
# if: ${{ github.ref != 'ref/head/main' }}
# run: git branch --track main origin/main
- name: Check out the default branch
if: ${{ github.ref != 'refs/head/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 34909fa

Please sign in to comment.