We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368b088 commit be9e998Copy full SHA for be9e998
services/actions/commit_status.go
@@ -70,7 +70,7 @@ func createCommitStatus(ctx context.Context, job *actions_model.ActionRunJob) er
70
return fmt.Errorf("head of pull request is missing in event payload")
71
}
72
sha = payload.PullRequest.Head.Sha
73
- case webhook_module.HookEventRelease:
+ case webhook_module.HookEventRelease, webhook_module.HookEventSchedule:
74
event = string(run.Event)
75
sha = run.CommitSHA
76
default:
0 commit comments