Scheduled Download Link Check #26794
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scheduled Download Link Check | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0-23 * * *' | |
concurrency: | |
group: scheduled-download-link-check-${{ github.head_ref }} | |
cancel-in-progress: true | |
jobs: | |
check: | |
uses: './.github/workflows/download-link-check-issue.yml' | |
with: | |
title: 'DVC Download Link Checker Report' | |
owner: 'iterative' | |
repo: 'dvc.org' | |
lychee_args: >- | |
--verbose https://dvc.org/ --base https://dvc.org/ --include /download/ |