-
Notifications
You must be signed in to change notification settings - Fork 336
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] Add clang job and setup concurrency (backport #1407) #1418
Conversation
Cherry-pick of 66d160c has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
b8b1303
to
1198569
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## humble #1418 +/- ##
==========================================
+ Coverage 66.67% 66.70% +0.03%
==========================================
Files 113 113
Lines 13199 13214 +15
Branches 8148 8148
==========================================
+ Hits 8801 8815 +14
+ Misses 1441 1436 -5
- Partials 2957 2963 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Additionally, I added the concurrency settings which now automatically cancel running workflows if anything is pushed to PRs.
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
This is an automatic backport of pull request #1407 done by Mergify.