ci: run sonarcloud on both success and failure

This commit is contained in:
Saw-jan
2023-08-18 12:00:54 +05:45
parent 267c16f8e5
commit d804af53a8

View File

@@ -640,6 +640,10 @@ def uploadScanResults(ctx):
"refs/heads/master",
"refs/pull/**",
],
"status": [
"success",
"failure",
],
},
}