Skip to content

Commit 6340404

Browse files
authored
ci: Fix PR Title Formatter (#623)
- Revert change of trigger (#621) - Revert using concurrency group (part of #599)
1 parent dff1b9b commit 6340404

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/title-formatter.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ name: PR Title Formatter
22

33
on:
44
pull_request_target:
5-
types: [opened, edited, reopened, labeled, unlabeled]
6-
7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
9-
cancel-in-progress: true
5+
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
106

117
jobs:
128
format-title:
13-
# Prevent running the job when only the PR body is edited.
14-
if: github.event.action != 'edited' || github.event.changes.title != null
159
runs-on: ubuntu-latest
1610
permissions:
1711
pull-requests: write

0 commit comments

Comments
 (0)