Skip to content

Commit 56923e0

Browse files
committed
update
Signed-off-by: laurentsimon <laurentsimon@google.com>
1 parent 012db59 commit 56923e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func boolSum(bools ...bool) int {
215215
func (o *Options) IsInternalGitHubIntegrationEnabled() bool {
216216
return (os.Getenv("CI") == "true") &&
217217
(os.Getenv("SCORECARD_INTERNAL_GITHUB_INTEGRATION") == "1") &&
218-
(os.Getenv("GITHUB_EVENT_NAME") == "<todo>")
218+
(os.Getenv("GITHUB_EVENT_NAME") == "dynamic")
219219
}
220220

221221
// Checks returns the list of checks and honours the

0 commit comments

Comments
 (0)