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: