Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Feb 29, 2024
1 parent e8aedc5 commit 298dc1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,14 @@ jobs:
)
steps:
- uses: actions/checkout@v4
name: Checkout merge commit from origin and ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}
name: Checkout merge commit
with:
# We need to fetch all branches and commits so that Nx affected has a base to compare
# against.
fetch-depth: 0

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
with:
main-branch-name: 'main'

- name: Set up the dev container
uses: ./.github/actions/setup-dev-container
Expand Down

0 comments on commit 298dc1f

Please sign in to comment.