From d8a98df75c73e7079d06e641e6fa0ea5fc0899eb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 4 Mar 2022 13:03:03 +0100 Subject: Run the CI every week --- .github/workflows/builds.yml | 6 +++++- .github/workflows/distributions.yml | 7 ++++++- .github/workflows/distributions_php8.yml | 6 +++++- 3 files changed, 16 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 67c1135..a85c2e8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1,5 +1,9 @@ name: CI for php versions -on: ['pull_request', 'push'] +on: + pull_request: + push: + schedule: + - cron: '0 16 * * 5' jobs: ci: diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index 3b90fee..1952ebb 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml @@ -1,5 +1,10 @@ name: CI for linux distributions -on: ['pull_request', 'push'] +on: + pull_request: + push: + schedule: + - cron: '0 16 * * 5' + jobs: debian: diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml index f055499..e24a00e 100644 --- a/.github/workflows/distributions_php8.yml +++ b/.github/workflows/distributions_php8.yml @@ -1,5 +1,9 @@ name: CI for linux distributions, on php8 -on: ['pull_request', 'push'] +on: + pull_request: + push: + schedule: + - cron: '0 16 * * 5' jobs: alpine: -- cgit v1.3