Skip to content

Commit 1240f09

Browse files
committed
Remove benchmarking entry
The benchmarking job is independant for push, for now at least.
1 parent 65c7c33 commit 1240f09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/nightly_matrix.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function select_jobs($trigger, $labels, $php_version, $ref, $all_variations) {
5050
$no_jobs = in_array('CI: No jobs', $labels, true);
5151
$all_jobs = in_array('CI: All jobs', $labels, true);
5252
$test_alpine = in_array('CI: Alpine', $labels, true);
53-
$test_benchmarking = in_array('CI: Benchmarking', $labels, true);
5453
$test_community = in_array('CI: Community', $labels, true);
5554
$test_freebsd = in_array('CI: FreeBSD', $labels, true);
5655
$test_libmysqlclient = in_array('CI: libmysqlclient', $labels, true);
@@ -134,9 +133,6 @@ function select_jobs($trigger, $labels, $php_version, $ref, $all_variations) {
134133
? ['vs_crt_version' => 'vs17']
135134
: ['vs_crt_version' => 'vs16'];
136135
}
137-
if ($all_jobs || !$no_jobs || $test_benchmarking) {
138-
$jobs['BENCHMARKING'] = true;
139-
}
140136
if ($all_jobs || !$no_jobs || $test_freebsd) {
141137
$jobs['FREEBSD']['matrix'] = $all_variations && version_compare($php_version, '8.3', '>=')
142138
? ['zts' => [true, false]]

0 commit comments

Comments
 (0)