From 61f144f2397233227cfe98065f1c99b116fc58cf Mon Sep 17 00:00:00 2001 From: ritmun Date: Tue, 27 Jan 2026 15:16:13 -0600 Subject: [PATCH] dummy commit --- cmd/osde2e/test/cmd.go | 2 ++ 1 file changed, 2 insertions(+) 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)