-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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/CD] dependabot CI runs for both push and pull (effectively double the processing) #30754
Comments
Chris wanted me to look into this; will update as I dig into what needs to be done here |
Issue: What the issue is: most of our CI runs with the Solution:
but we will need to confirm that we don't ever want CI to run on branches. |
Vatsal and I split this task up. The two PRs cover the relevant CI that was run twice on the most recent dependabot branch. To verify, I will create a fake "dependabot/test" branch and commit to it then PR to master. No duplicate CI runs means success. Additionally, I will verify that all CI with |
Some files were missed / newly added that need this fix: Build example - NXP |
Example here: #30697
We have separate runs on "push on branch" and pr creation, with the intent of "run on master" as well as "run on user PRs".
Dependeabot seems to create branches on the main repo, so the result is that we run 2x the CI. We should only run one
The text was updated successfully, but these errors were encountered: