-
Notifications
You must be signed in to change notification settings - Fork 354
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 check for deploy label [skip ci] #15513
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15513 +/- ##
============================================
+ Coverage 66.15% 66.22% +0.07%
- Complexity 31176 31236 +60
============================================
Files 3485 3485
Lines 129745 129747 +2
Branches 15134 15141 +7
============================================
+ Hits 85828 85922 +94
+ Misses 36830 36742 -88
+ Partials 7087 7083 -4
Flags with carried forward coverage won't be shown. Click here to find out more. see 36 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Using the HEAD branch ref when checking for the api-tests workflow can lead to checking the status of multiple runs and failing, because we only want successfull ones.
2407129
to
fa32ea7
Compare
5060fe3
to
e456057
Compare
e456057
to
6f8f91a
Compare
edf53d8
to
deebaa3
Compare
deebaa3
to
8ed86a2
Compare
Kudos, SonarCloud Quality Gate passed! |
Instance deployed to https://dev.im.dhis2.org/pr-15513 |
This PR also includes the following improvements/fixes:
deploy
label is removedwait-on-check
action that checks only the latest (current) run of a check, instead of all re-runs