Don't call trace-command when the indirect tracer has already been started

This commit is contained in:
Henry Mercer 2024-05-09 14:25:25 +01:00
parent 7d9b7a1870
commit 7a6352f8e6
9 changed files with 12 additions and 55 deletions

View file

@ -173,7 +173,7 @@ export async function runAutobuild(
) {
await codeQL.extractUsingBuildMode(config, language);
} else {
await codeQL.runAutobuild(config, language, features);
await codeQL.runAutobuild(config, language);
}
if (language === Language.go) {
core.exportVariable(EnvVar.DID_AUTOBUILD_GOLANG, "true");