hopefully supporting running the check size action on external PRs
This commit is contained in:
parent
2a7d0aefb8
commit
49ef9eb5aa
|
@ -1,7 +1,14 @@
|
|||
name: Check Size
|
||||
|
||||
## Workaround for allow size checks on external PRs/dependabot
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
check-size:
|
||||
|
|
Loading…
Reference in New Issue