From ffc7afae4cc240b5b6261b243e274737d9a9516b Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 18 May 2023 17:54:45 +0200 Subject: [PATCH] run link check weekly at saturday midnight (#1073) --- .github/workflows/pull_request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9180585..64bc602 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,9 +1,11 @@ -name: Pull Requests +name: Pull Requests / Weekly QA on: pull_request: branches: - master + schedule: + - cron: '0 0 * * 6' jobs: test: