Skip to content

Commit f92a5c5

Browse files
committed
skip changelog step instead on cancel/abort
1 parent b5d1297 commit f92a5c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
concurrency:
88
group: changelog-${{ github.ref }}
99
cancel-in-progress: true
10+
if: (!contains(github.event.pull_request.labels.*.name, 'no changelog'))
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout sources

0 commit comments

Comments
 (0)