Skip to content

Commit

Permalink
Waiting page: slow start of the day, I forgot to 'git add' in my last…
Browse files Browse the repository at this point in the history
… commit…
  • Loading branch information
pascalchevrel committed Nov 18, 2024
1 parent 12c5d97 commit 7430394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/ReleaseInsights/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getFutureSchedule(): array
'qa_feature_done_2' => match ($this->version->normalized) {
'135.0' => $date($nightly->modify('+3 weeks')->modify('Thursday 08:00')),
'141.0', '142.0' => $date($nightly->modify('+1 week')->modify('Wednesday 08:00')),
default => $date($nightly->modify('+1 week')->modify('Thursday 08:00')),
default => $date($nightly->modify('+1 week') ->modify('Thursday 08:00')),
},
'soft_code_freeze' => $date('Thursday 08:00'),
'qa_pre_merge_done' => $date('Friday 14:00'),
Expand Down
File renamed without changes.

0 comments on commit 7430394

Please sign in to comment.