pypiserver / pypiserver

Minimal PyPI server for uploading & downloading packages with pip/easy_install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid duplicate CI runs on non-fork Pull Requests

dee-me-tree-or-love opened this issue · comments

What

For example in #435, the CI is triggered twice by push and pull_request triggers.
This should be avoided since it only adds confusion and possibly increases the total time for CI.

Example

image

Possible solutions