Setup staging branch - #509
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #509 +/- ##
==========================================
Coverage ? 99.10%
==========================================
Files ? 112
Lines ? 2787
Branches ? 340
==========================================
Hits ? 2762
Misses ? 22
Partials ? 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Should fail when attempting to merge into main bypassing staging
gmatthews20
force-pushed
the
update-ci-for-staging
branch
from
August 26, 2026 15:13
6b0b720 to
171b54f
Compare
anish-mudaraddi
previously approved these changes
Aug 27, 2026
This workflow automates the promotion of changes from the staging branch to the master branch on a weekly schedule. add "" around branch use || instead of or rewrite
anish-mudaraddi
force-pushed
the
update-ci-for-staging
branch
from
August 27, 2026 12:34
171b54f to
b70f4f3
Compare
gmatthews20
marked this pull request as ready for review
August 27, 2026 13:32
| branches: [ "main" ] | ||
| branches: | ||
| - "staging" | ||
| - "main" |
Contributor
There was a problem hiding this comment.
will it be needed to check both branches? If I understood the workflow, staging will always have everything that main has, and a little bit more. So inspecting staging should be enough, right?
Collaborator
Author
There was a problem hiding this comment.
That is true that everything will be inspected as it goes through staging. However it doesn't cost us anything to run it on both
khalford
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Sets up some CI workflows for the new staging branch
Special Notes:
Submitter:
Have you (where applicable):
Reviewer
Does this PR:
libdirectory?liblayers?