From e8faff2c9203b1f78359330a4c9d89954e0fc0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:07:45 +0200 Subject: [PATCH] ci: Add a monthly schedule for the pipeline (#156) --- .github/workflows/phpstan.yml | 2 ++ .github/workflows/tests.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 31bde68..554d818 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -6,6 +6,8 @@ on: - "main" - "master" pull_request: null + schedule: + - cron: '0 0 1 * *' jobs: static-analysis: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 665d8ad..4d8c0cc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,6 +6,8 @@ on: - "main" - "master" pull_request: null + schedule: + - cron: '0 0 1 * *' jobs: unit-tests: