Conversation
This fixes issue where PR from external forks would not have CI checks, as in [this PR](#142). This commit fixes this issue, as shown in this [sample PR](https://github.com/UnHumbleBen/scadnano-python-package-1/pull/5). You can see that CI tests run now.
dave-doty
left a comment
There was a problem hiding this comment.
Is there any way to do it where it does not run two redundant checks when we do PRs? The one you just created, for instance, has two versions of each check:
Probably not a huge deal, but I'd like to do this on the Dart repo as well, and that one has much longer-running CI, and I recall an email recently indicating that they are limiting the number of CI minutes we get per month for free.
|
What do you think of removing the |
Sure, if that achieves the desired behavior. |
|
This should give us the desired behavior. Since we can't push directly to |

This fixes issue where PR from external forks would not have
CI checks, as in this PR.
This commit fixes this issue, as shown in this
sample PR.
You can see that CI tests run now.