diff --git a/cmd/osde2e/test/cmd.go b/cmd/osde2e/test/cmd.go index abbd719925..f72b744bc4 100644 --- a/cmd/osde2e/test/cmd.go +++ b/cmd/osde2e/test/cmd.go @@ -172,6 +172,8 @@ func run(cmd *cobra.Command, argv []string) { } log.Println("Canary job won!") } + log.Println("do not merge, testing new PR check!") + log.Println("do not merge, testing new PR check!") exitCode := e2e.RunTests(cmd.Context()) os.Exit(exitCode)