[Feature][CI] Schedule Dead Link Checker (#10000)

This commit is contained in:
ChunFu Wu 2022-05-21 10:41:34 +08:00 committed by GitHub
parent 5161df04d7
commit cd1dcf1eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@ on:
- '.github/workflows/docs.yml'
- '**/*.md'
- 'docs/**'
schedule:
- cron: '0 18 * * *' # TimeZone: UTC 0
concurrency:
group: doc-${{ github.event.pull_request.number || github.ref }}
@ -47,6 +49,7 @@ jobs:
run: python img_utils.py -v check
dead-link:
name: Dead Link
if: (github.event_name == 'schedule' && github.repository == 'apache/dolphinscheduler') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
timeout-minutes: 30
steps: