diff --git a/.github/workflows/static-analyze.yml b/.github/workflows/static-analyze.yml index 45b6c03..0065d6a 100644 --- a/.github/workflows/static-analyze.yml +++ b/.github/workflows/static-analyze.yml @@ -6,7 +6,7 @@ on: branches: - "4.x" schedule: - - cron: '* 8 * * *' + - cron: '0 8 * * *' jobs: compatibility: @@ -74,4 +74,4 @@ jobs: run: "composer install --no-interaction --no-progress --no-suggest" - name: "Static Analyze" - run: "composer static:analyze" \ No newline at end of file + run: "composer static:analyze"