mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Temporarily disable uploading debug artifacts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user