Skip to content

Commit d556ba4

Browse files
Update to use PR_target
1 parent 61d638e commit d556ba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Quality Checks
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened, ready_for_review]
66
pull_request_review:
77
types: [submitted]
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
diff_size_check:
20-
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref != 'production' }}
20+
if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref != 'production' }}
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Comment diff size advisory

0 commit comments

Comments
 (0)