-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: improve github actions #13358
ci: improve github actions #13358
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13358 +/- ##
==========================================
- Coverage 55.87% 54.77% -1.11%
==========================================
Files 646 652 +6
Lines 54895 55847 +952
==========================================
- Hits 30675 30590 -85
- Misses 21762 22782 +1020
- Partials 2458 2475 +17
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup. Love seeing GA introduce some much needed features.
I can remove require on old actions to merge.
Base branch was modified
|
Description
ref: #12805
tests/integrations
were never tested in CI -> addedworkflow-run-cleanup-action
action and replace it by https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency@marbar3778, if we merge this we should check the required actions (we want to add the build job and the integration job as required too)
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change