kinesis and subscription filter for logs creation skipped when watchToEnd false
parent
2c23227971
commit
a166a22257
|
|
@ -6364,7 +6364,7 @@ class GitHub {
|
||||||
return result.data.id;
|
return result.data.id;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
static updateGitHubCheck(summary, longDescription, result = `neutral`, status = `in_progress`) {
|
static updateGitHubCheck(longDescription, summary, result = `neutral`, status = `in_progress`) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
if (!cloud_runner_options_1.default.githubChecksEnabled) {
|
if (!cloud_runner_options_1.default.githubChecksEnabled) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -56,7 +56,7 @@ class GitHub {
|
||||||
return result.data.id;
|
return result.data.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async updateGitHubCheck(summary, longDescription, result = `neutral`, status = `in_progress`) {
|
public static async updateGitHubCheck(longDescription, summary, result = `neutral`, status = `in_progress`) {
|
||||||
if (!CloudRunnerOptions.githubChecksEnabled) {
|
if (!CloudRunnerOptions.githubChecksEnabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue