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

GitHub workflow checks are not running for non-member PRs #358

Closed
mohsen1 opened this issue Mar 29, 2020 · 2 comments
Closed

GitHub workflow checks are not running for non-member PRs #358

mohsen1 opened this issue Mar 29, 2020 · 2 comments

Comments

@mohsen1
Copy link
Contributor

mohsen1 commented Mar 29, 2020

#357 No CI

#355 CI checks run

@thedavidprice
Copy link
Contributor

Well, that’s no good. 🤔

Looking into this now. Thanks!

@thedavidprice
Copy link
Contributor

This was, well, frustrating to say the least. Poorly documented behavior by GitHub. Possibly a combination of settings not taking effect and needing to be reset along with Triggers not being correctly configured for public repos. Anyway, for our two Actions that run CI and Deploy Docs to Netlify:

  • I turned Settings/Actions ‘enabled' to “off” and then “on”
  • I deleted the Actions files and then re-added them
  • I updated the CI Action specifically to trigger on pull_requests as well as push

Somewhere in there it did the trick. Tested a PR from a Fork using my personal GH Account.

Just Grrr…

But thanks, @mohsen1 This would have gone unnoticed for quite some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants