CI should only run once for either same repo or forked repo
Open
feature
- Dominant language
- Scala
- Stars
- 1.9k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
Currently CI will be triggered by both `pull_request` and `pull_request_target`, the result is causing confusion to new contributors.
Ideally, CI should only be fired once for either `pull_request` for same repo scenario OR `pull_request_target` for forked repo scenario.
Nice to have but low priority so far.
Contributor guide
Assessment
This issue has not been assessed yet.