Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Run link-checker periodically on master -- disable for PR's #656

Merged
merged 1 commit into from
Aug 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: docs

on:
pull_request:
push:
branches:
- master
schedule:
# Scheduled workflows run on the latest commit on the default or base branch.
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 3'

jobs:
markdown-link-checker:
Expand Down