We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 413c731 + 3273ebe commit f250fd6Copy full SHA for f250fd6
.github/nightly_matrix.php
@@ -49,8 +49,8 @@ function get_current_version(): array {
49
50
$trigger = $argv[1] ?? 'schedule';
51
$attempt = (int) ($argv[2] ?? 1);
52
-$monday = date('w', time()) === '1';
53
-$discard_cache = $monday
+$sunday = date('w', time()) === '0';
+$discard_cache = $sunday
54
|| ($trigger === 'schedule' && $attempt !== 1)
55
|| $trigger === 'workflow_dispatch';
56
if ($discard_cache) {
0 commit comments