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

View File

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