We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b6620 commit f370b40Copy full SHA for f370b40
2 files changed
.github/workflows/php-build-and-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
id: meta
36
uses: docker/metadata-action@v5
37
with:
38
- images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_11
+ images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_12
39
flavor: |
40
latest=false
41
tags: |
app/Services/PredictingProblems.php
@@ -26,6 +26,7 @@ public function __construct($date)
26
27
public function getData()
28
{
29
+ set_time_limit(0);
30
$this->maxNightsGreaterThanMaxShifts();
31
$this->maxWeekendsGreaterThanCapacity();
32
$this->weekendTasksNotPointed();
0 commit comments