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

Only trigger the push event for the main branch #175

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

carolynvs
Copy link
Member

Dependabot PRs use branches that exist on the upstream repository. This is causing the push event for the build workflow to trigger but since Dependabot is not trusted, the push (build) workflow always fails due to lack of access. I've updated the push event to only trigger for the main branch to avoid the dependabot PRs always being flagged as failed.

Dependabot PRs use branches that exist on the upstream repository. This is causing the push event for the build workflow to trigger but since Dependabot is not trusted, the push (build) workflow always fails due to lack of access. I've updated the push event to only trigger for the main branch to avoid the dependabot PRs always being flagged as failed.

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
@carolynvs carolynvs marked this pull request as ready for review March 2, 2023 20:21
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #175 (27a0907) into main (95d3460) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   76.26%   76.26%           
=======================================
  Files          13       13           
  Lines        1563     1563           
=======================================
  Hits         1192     1192           
  Misses        236      236           
  Partials      135      135           
Flag Coverage Δ
unit-tests 76.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@carolynvs carolynvs merged commit 3415677 into getporter:main Mar 6, 2023
@carolynvs carolynvs deleted the trigger-main-only branch March 6, 2023 14:16
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.

1 participant