You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenarios a pull-request isn't created from a fork of the repo, instead it done from the same repo
Because there are both pull_request and push triggers on the jobs, two essentially identical CI jobs are run. While this has no real cost of open-source repos, on private repos it wastes github action credits
Acceptance criteria
Detect if a pull request originates from a fork or the same repository.
Prevent duplicate CI jobs by ignoring the push trigger for internal PRs.
This logic is applied to all supported repos (i.e. use shared ci.yml or use module standardiser)
In some scenarios a pull-request isn't created from a fork of the repo, instead it done from the same repo
Because there are both pull_request and push triggers on the jobs, two essentially identical CI jobs are run. While this has no real cost of open-source repos, on private repos it wastes github action credits
Acceptance criteria
PRs
Module standariders PRs