Skip to content

Commit

Permalink
Configure workflow to work with nx affected
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Mar 26, 2024
1 parent fd57630 commit 0141696
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
run: |
make install/ci
- name: Set base and head SHAs for nx affected
uses: nrwl/nx-set-shas@v3

# Needed for nx affected to work when CI is running on a PR.
- name: Track git main branch
run: |
git branch --track main origin/main
# - name: Code format
# shell: bash
# run: |
Expand Down

0 comments on commit 0141696

Please sign in to comment.