Skip to content

Commit 088a01f

Browse files
Zettat123delvh
andauthored
Update services/actions/notifier_helper.go
Co-authored-by: delvh <[email protected]>
1 parent f159733 commit 088a01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/notifier_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func notify(ctx context.Context, input *notifyInput) error {
124124
log.Debug("ignore executing %v for event %v whose doer is %v", getMethod(ctx), input.Event, input.Doer.Name)
125125

126126
// we should update schedule tasks in this case, because
127-
// 1. schedule tasks cannot be triggerd by other events, so cyclic triggering will not occur
127+
// 1. schedule tasks cannot be triggered by other events, so cyclic triggering will not occur
128128
// 2. some schedule tasks may update the repo periodically, so the refs of schedule tasks need to be updated
129129
if shouldDetectSchedules {
130130
return DetectAndHandleSchedules(ctx, input.Repo)

0 commit comments

Comments
 (0)