From 0b3b675bfc9e78ee563d526f17184e317a962ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 5 Jul 2026 22:57:49 +0200 Subject: Move watch-branch test event to Expression module --- src/Command/Run.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Command') diff --git a/src/Command/Run.hs b/src/Command/Run.hs index d4c995f..b26c265 100644 --- a/src/Command/Run.hs +++ b/src/Command/Run.hs @@ -262,9 +262,7 @@ watchExpressionSource expr = do watchBranchSource :: Text -> CommandExec JobSource watchBranchSource branch = do repo <- getDefaultRepo - output <- getOutput expr <- evaluateDeclaredRange repo $ RangeExpression (WatchedRef branch) (StaticRef branch) - outputEvent output $ TestMessage $ "watch-branch-started " <> branch watchExpressionSource expr watchTagSource :: Pattern -> CommandExec JobSource -- cgit v1.2.3