hopefully supporting running the check size action on external PRs

This commit is contained in:
Adam Brown 2022-03-16 20:47:34 +00:00
parent 2a7d0aefb8
commit 49ef9eb5aa
1 changed files with 8 additions and 1 deletions

View File

@ -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: