Skip to content

Commit 953d4bd

Browse files
[Backport 2.x] Reduce unnecessary duplication of changelog verifier GHA runs (#647)
Reduce unnecessary duplication of changelog verifier GHA runs (#646) (cherry picked from commit 51e229c) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c60836f commit 953d4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog_verifier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'backport/**'
77
pull_request:
88
branches: main
9-
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
9+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
1010

1111
jobs:
1212
# Enforces the update of a changelog file on every pull request

0 commit comments

Comments
 (0)