Skip to content

Commit deb4859

Browse files
authored
update github action (#602)
update github action Update github action
1 parent fb2af07 commit deb4859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ on:
2020
jobs:
2121
auto_changelog:
2222
name: changelog / black formatting
23+
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
2324
runs-on: ubuntu-latest
2425
steps:
25-
- name: Checkout the collection repository
26+
- name: checkout fork
2627
uses: actions/checkout@v3
2728
with:
29+
ref: ${{ github.head_ref }}
2830
fetch-depth: "0"
2931

3032
- name: Set up Python '3.9'

0 commit comments

Comments
 (0)