-
Notifications
You must be signed in to change notification settings - Fork 9.8k
ci: disable scheduled jobs in forked repo #3093
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
ci: disable scheduled jobs in forked repo #3093
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
@jerop could you help me review the changes? |
|
@warjiang you can just disable actions in the forked repo but yeah I also agree it would be better if we dont have to |
+1 |
|
While as mentioned this can be disabled on forked repos by the owner of the fork, it is probably best to have it disabled by default on our end. Thanks for this @warjiang 👍 👏 |
|
@jackwotherspoon Hi, can we move forward this PR |
|
Thanks for getting this in. This was definitely on my list of things to update. Appreciate the contribution. |
Co-authored-by: Jack Wotherspoon <[email protected]>
Co-authored-by: Jack Wotherspoon <[email protected]>
Co-authored-by: Jack Wotherspoon <[email protected]>
Co-authored-by: Jack Wotherspoon <[email protected]>


TLDR
there is no need to run all ci tasks as the original task in the scenario of forked repo, so I want to submit the PR, only allow these kinds of ci task work in the original repo.
Dive Deeper
for some schedule task like:
there is no need to run these task periodly in the forked repo, it will turn out too many failed result.
for
Gemini Automated Issue Triagetask, it only make sense in thegoogle-gemini/gemini-clirepo. So I want toReviewer Test Plan
Testing Matrix
Linked issues / bugs