Skip to content

Commit

Permalink
ci: Make linkcheck a scheduled job (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb authored Mar 29, 2024
1 parent 8f806e2 commit 9d598f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: linkcheck in CI

name: scheduled-linkcheck
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch:
inputs:
failOnError:
description: 'Fail job on link check error'
required: false
default: 'false'
schedule:
- cron: '3 14 * * *'
concurrency:
group: 'ci-${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

jobs:
linkcheck:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: scheduled
name: scheduled-hypothesis
on:
schedule:
- cron: '3 14 * * *'
Expand Down

0 comments on commit 9d598f2

Please sign in to comment.