-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Please disable github workflow actions on forks #34356
Comments
Maybe the workflow codes run on my fork because they were added after I forked the repositories. Having said that, maybe this PR is helpful: arduino/arduino-cli#888
|
Github resolved the issue!
|
Forks still seem to run cron workflows for me: |
Description:
Can you please disable scheduled github workflow actions on forks? It was running once a day on my fork, probably on every body's fork, which is a waste of resource as well as unnecessary email notifications.
Steps To Reproduce:
I don't know how it should be disabled but I see this in my fork of react-native:
Or maybe you could add conditional schedule something like if github.repository == ‘laravel/framework’.
The same issue exists in laravel/horizon and probably other laravel projects.
The text was updated successfully, but these errors were encountered: