Skip to content

Commit

Permalink
[Backport 2.x] Reduce unnecessary duplication of changelog verifier G…
Browse files Browse the repository at this point in the history
…HA 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>
  • Loading branch information
1 parent c60836f commit 953d4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'backport/**'
pull_request:
branches: main
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
# Enforces the update of a changelog file on every pull request
Expand Down

0 comments on commit 953d4bd

Please sign in to comment.