Skip to content

Commit ee74b46

Browse files
committed
chore: remove pull request target
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 568331d commit ee74b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-formatting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: "PR Formatting"
44
on:
5-
pull_request_target:
5+
pull_request:
66
types:
77
- opened
88
- reopened
@@ -18,7 +18,7 @@ permissions:
1818
statuses: write
1919

2020
concurrency:
21-
group: pr-formatting-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21+
group: pr-formatting-${{ github.workflow }}-${{ github.event.pull_request.number }}
2222
cancel-in-progress: true
2323

2424
jobs:

0 commit comments

Comments
 (0)