From 912cf3d8d9b6f04779d5847b3da3ff136bec31ce Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Mon, 20 Dec 2021 08:40:02 +0000 Subject: [PATCH] DevKit updates (#410) --- .github/workflows/documentation.yaml | 2 ++ .github/workflows/lint.yaml | 2 ++ .github/workflows/qa.yaml | 2 ++ .github/workflows/test.yaml | 2 ++ Makefile | 2 +- 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 79bd099..dd1da7a 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -5,6 +5,8 @@ name: Documentation on: + schedule: + - cron: '30 0 * * *' push: branches: - 3.x diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5411d87..ec8dac4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -5,6 +5,8 @@ name: Lint on: + schedule: + - cron: '30 0 * * *' push: branches: - 3.x diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index d4a3ff2..be0dd8d 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -5,6 +5,8 @@ name: Quality assurance on: + schedule: + - cron: '30 0 * * *' push: branches: - 3.x diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 880b837..4e70ae1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,8 @@ name: Test on: + schedule: + - cron: '30 0 * * *' push: branches: - 3.x diff --git a/Makefile b/Makefile index ff76e5a..b764ceb 100644 --- a/Makefile +++ b/Makefile @@ -98,5 +98,5 @@ phpstan: .PHONY: phpstan psalm: - vendor/bin/psalm + vendor/bin/psalm --php-version=8.1 .PHONY: psalm