In most of our tests we listen for: ``` pull_request: types: [opened, reopened] ``` It seems to not trigger for external cotributors. We should replace it with: ``` pull_request: ``` because that seems to work better