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

Reduce repetitive CI builds when pushing to the main repository #241

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

jstasiak
Copy link
Collaborator

I like to push branches to the upstream repository and create PRs from that.

With the previous configuration all jobs were triggered twice – once for the push event, once for the pull_request event.

That was wasting resources and creating noise in the PRs.

I like to push branches to the upstream repository and create PRs
from that.

With the previous configuration all jobs were triggered twice – once for
the push event, once for the pull_request event.

That was wasting resources and creating noise in the PRs.
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c7d1f6e) 95.20% compared to head (be0dd30) 95.20%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #241   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files           1        1           
  Lines         563      563           
  Branches       95       95           
=======================================
  Hits          536      536           
  Misses         20       20           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jstasiak jstasiak merged commit 4b96e21 into master Dec 13, 2023
8 checks passed
@jstasiak jstasiak deleted the no-unnecessary-builds branch December 13, 2023 21:53
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.

2 participants