Merge pull request #12112 from owncloud/fix/ci-codacy-2

fix: ci, codacy, skip artifact upload when no tests run i.e. doc only…
This commit is contained in:
Martin
2026-03-13 11:07:30 +01:00
committed by GitHub

View File

@@ -899,6 +899,7 @@ def uploadScanResults(ctx):
"git checkout $DRONE_COMMIT",
],
},
] + skipIfUnchanged(ctx, "unit-tests") + [
{
"name": "sync-from-cache",
"image": MINIO_MC,