Skip to content

Commit ee40ca3

Browse files
committed
Fix coverage label job selection
1 parent c8cd3ae commit ee40ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
5252
$test_alpine = in_array('CI: Alpine', $labels, true);
5353
$test_benchmarking = in_array('CI: Benchmarking', $labels, true);
5454
$test_community = in_array('CI: Community', $labels, true);
55-
$test_coverage = in_array('CI: COVERAGE', $labels, true);
55+
$test_coverage = in_array('CI: Coverage', $labels, true);
5656
$test_freebsd = in_array('CI: FreeBSD', $labels, true);
5757
$test_libmysqlclient = in_array('CI: libmysqlclient', $labels, true);
5858
$test_linux_ppc64 = in_array('CI: Linux PPC64', $labels, true);

0 commit comments

Comments
 (0)