Skip to content

Commit 81ced8c

Browse files
fixup! test(ci): add changelog job that runs cargo xtask changelog
1 parent 8baf171 commit 81ced8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
paths:
66
- 'CHANGELOG.md'
7-
merge_group:
87

98
env:
109
#
@@ -36,8 +35,8 @@ jobs:
3635
uses: actions/checkout@v5
3736
with:
3837
fetch-depth: 0
39-
ref: ${{ github.head_ref }}
38+
ref: ${{ github.pull_request.head.ref }}
4039

4140
- name: Run `cargo xtask changelog …`
4241
run: |
43-
cargo xtask changelog "${{ github.base_ref }}"
42+
cargo xtask changelog "${{ github.pull_request.base.ref }}"

0 commit comments

Comments
 (0)