run link check weekly at saturday midnight (#1073)

This commit is contained in:
Andreas Gebhardt 2023-05-18 17:54:45 +02:00 committed by GitHub
parent 9ad38c8129
commit ffc7afae4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
name: Pull Requests name: Pull Requests / Weekly QA
on: on:
pull_request: pull_request:
branches: branches:
- master - master
schedule:
- cron: '0 0 * * 6'
jobs: jobs:
test: test: