Temporarily disable uploading debug artifacts
This commit is contained in:
parent
7e4b683a3d
commit
519de26711
4 changed files with 7 additions and 1 deletions
|
|
@ -242,6 +242,9 @@ export async function uploadDebugArtifacts(
|
|||
if (toUpload.length === 0) {
|
||||
return;
|
||||
}
|
||||
logger.info("Uploading debug artifacts is temporarily disabled");
|
||||
return;
|
||||
|
||||
let suffix = "";
|
||||
const matrix = getRequiredInput("matrix");
|
||||
if (matrix) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue