Revert "Fix schedule tasks bugs (#28691)"

This reverts commit 97292da960.
This commit is contained in:
Earl Warren 2024-01-22 15:07:17 +00:00
parent b263ac67e0
commit 83e5eba031
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
19 changed files with 90 additions and 206 deletions

View file

@ -118,13 +118,6 @@ func TestDetectMatched(t *testing.T) {
yamlOn: "on: gollum",
expected: true,
},
{
desc: "HookEventSchedue(schedule) matches GithubEventSchedule(schedule)",
triggedEvent: webhook_module.HookEventSchedule,
payload: nil,
yamlOn: "on: schedule",
expected: true,
},
}
for _, tc := range testCases {