-
Notifications
You must be signed in to change notification settings - Fork 118
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
Run github workflows on merge queues #2568
Conversation
✔️ 1552dcf -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #2568 +/- ##
==========================================
- Coverage 61.53% 61.49% -0.04%
==========================================
Files 625 623 -2
Lines 119226 119196 -30
==========================================
- Hits 73360 73296 -64
- Misses 45866 45900 +34 see 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
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.
I have no knowledge of merge queues but if you have tested this @heerener, we can go ahead with the merge.
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.
Looks all good to me - also thank you for cleanup the white spaces, that always bothers me whenever I stumble upon it.
Kudos, SonarCloud Quality Gate passed! |
✔️ a50bbf9 -> Azure artifacts URL |
Points of note:
release
workflow was left out of this because it was not configured to trigger on pull requestsExternal CIs
workflow was left out because it was configured to only run on labeled PRs. It will still trigger when you add a label to a PR, but should not be included in a merge queue.