Skip to content

Commit d690a50

Browse files
authored
Fix auto minimizer parsing the job summary (#337)
1 parent 924e70f commit d690a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ let ci_minimization_extract_job_specific_info ~head_pipeline_summary
941941
( Str.matched_group 1 summary
942942
, Str.matched_group 2 summary
943943
, Str.matched_group 3 summary
944-
, Str.matched_group 4 summary )
944+
, Str.matched_group 5 summary )
945945
in
946946
let dependencies = Str.split (Str.regexp "[ `]+") dependencies in
947947
let ci_targets = Str.split (Str.regexp "[ `]+") targets in

0 commit comments

Comments
 (0)