1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

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

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: