Skip to content

Commit be9e998

Browse files
committed
fix
1 parent 368b088 commit be9e998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/commit_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func createCommitStatus(ctx context.Context, job *actions_model.ActionRunJob) er
7070
return fmt.Errorf("head of pull request is missing in event payload")
7171
}
7272
sha = payload.PullRequest.Head.Sha
73-
case webhook_module.HookEventRelease:
73+
case webhook_module.HookEventRelease, webhook_module.HookEventSchedule:
7474
event = string(run.Event)
7575
sha = run.CommitSHA
7676
default:

0 commit comments

Comments
 (0)