Adjust CI to not publish test results for deploy-snapshot (#1357)

This commit is contained in:
Daniel Chao
2025-12-08 09:56:57 -08:00
committed by GitHub
parent 252f44728e
commit b7ccc67bd8
2 changed files with 1 additions and 15 deletions
+1 -1
View File
@@ -21,8 +21,8 @@ testReports {
}
excludeJobs {
"bench"
"deploy-release"
"github-release"
Regex("deploy-.*")
}
}