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 34909fa commit 8bb5bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: npm ci --force

- name: Check out the default branch
if: ${{ github.ref != 'refs/head/main' }}
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
Expand Down

0 comments on commit 8bb5bff

Please sign in to comment.