Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI not running on external forks #246

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

CodyCBakerPhD
Copy link
Collaborator

CI hasn't been triggering on forks, which led to an issue in #232 causing a bunch of tests to break. Fixes for those are upcoming from @h-mayorquin

The core of the issue is the trigger condition was push, which only happens relative to the host repo during the final merge commit. You always want to use pull_request to allow trigger from outside parties; +/- it should give a prompt for first-time contributors for safety reasons, and they won't ever have access to private repo action secrets

@CodyCBakerPhD CodyCBakerPhD self-assigned this Dec 16, 2022
@CodyCBakerPhD
Copy link
Collaborator Author

Of course, can't test this until it's on master branch and I try an external fork from that...

@CodyCBakerPhD CodyCBakerPhD merged commit 013b62b into master Dec 16, 2022
@CodyCBakerPhD CodyCBakerPhD deleted the fix_ci_not_running_on_forks branch December 16, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant