Skip to content

Commit 2a16623

Browse files
committed
Test
1 parent c2fe547 commit 2a16623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/nightly_matrix.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ function select_jobs($trigger, $labels, $php_version, $ref, $all_variations) {
171171
echo json_encode($branches, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT);
172172
echo "\n";
173173

174-
if (false !== ($github_output = getenv('GITHUB_OUTPUT'))) {
175-
$f = fopen($github_output, 'a');
174+
// if (false !== ($github_output = getenv('GITHUB_OUTPUT'))) {
175+
$f = fopen(getenv('GITHUB_OUTPUT'), 'a');
176176
fwrite($f, 'branches=' . json_encode($branches, JSON_UNESCAPED_SLASHES) . "\n");
177177
fwrite($f, 'all_variations=' . json_encode($all_variations, JSON_UNESCAPED_SLASHES) . "\n");
178178
fclose($f);
179-
}
179+
// }

0 commit comments

Comments
 (0)