Skip to content

Commit 885dad2

Browse files
fixup! test(ci): add changelog job that runs cargo xtask changelog
1 parent c73ae63 commit 885dad2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,10 @@ jobs:
6868
runs-on: ubuntu-latest
6969

7070
steps:
71-
- name: 'PR commits + 1'
72-
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
73-
7471
- name: Checkout repo
7572
uses: actions/checkout@v5
7673
with:
77-
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
74+
fetch-depth: 0
7875

7976
- uses: actions/github-script@v7
8077
id: get-pull

0 commit comments

Comments
 (0)