From b100f6e64074c761327e1113a0c8afaf74091a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 25 Nov 2025 21:13:25 +0100 Subject: Add Config reference to JobSet --- src/Config.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.hs') diff --git a/src/Config.hs b/src/Config.hs index 22bc89a..fb3a828 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -208,6 +208,7 @@ loadJobSetForCommit commit = return . toJobSet =<< loadConfigForCommit =<< getCo where toJobSet configEither = JobSet { jobsetId = () + , jobsetConfig = either (const Nothing) Just configEither , jobsetCommit = Just commit , jobsetExplicitlyRequested = [] , jobsetJobsEither = fmap configJobs configEither -- cgit v1.2.3