pull/531/head
Frostebite 2024-02-01 17:52:00 +00:00
parent 9840db2f5f
commit 18ed88c15d
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -832,7 +832,7 @@ class CloudRunner {
await CloudRunner.Provider.cleanupWorkflow(CloudRunner.buildParameters, CloudRunner.buildParameters.branch, CloudRunner.defaultSecrets);
if (!CloudRunner.buildParameters.isCliMode)
core.endGroup();
if (buildParameters.asyncWorkflow && this.isCloudRunnerEnvironment) {
if (buildParameters.asyncWorkflow && this.isCloudRunnerEnvironment && this.isCloudRunnerAsyncEnvironment) {
await github_1.default.updateGitHubCheck(CloudRunner.buildParameters.buildGuid, `success`, `success`, `completed`);
}
if (__1.BuildParameters.shouldUseRetainedWorkspaceMode(buildParameters)) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,7 @@ class CloudRunner {
CloudRunner.defaultSecrets,
);
if (!CloudRunner.buildParameters.isCliMode) core.endGroup();
if (buildParameters.asyncWorkflow && this.isCloudRunnerEnvironment) {
if (buildParameters.asyncWorkflow && this.isCloudRunnerEnvironment && this.isCloudRunnerAsyncEnvironment) {
await GitHub.updateGitHubCheck(CloudRunner.buildParameters.buildGuid, `success`, `success`, `completed`);
}