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/distributions.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows/distributions.yml') 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: -- cgit v1.3