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:
parent
9ad38c8129
commit
ffc7afae4c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
|
@ -1,9 +1,11 @@
|
|||
name: Pull Requests
|
||||
name: Pull Requests / Weekly QA
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * 6'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue