Skip to content

Commit

Permalink
enable trigger when changes are detected on this workflow yml
Browse files Browse the repository at this point in the history
Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
  • Loading branch information
yuriechan committed Jul 9, 2023
1 parent 610b3d8 commit 6f0cd65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
workflow_dispatch:
schedule:
- cron: "50 1 * * *"
pull_request:
paths:
- .github/workflows/broken-link-checker.yml

env:
GO_VER: 1.20.5
Expand All @@ -28,5 +31,3 @@ jobs:
- name: Check Broken Links with Muffet
# Exclude any links that direct to the documentation or release notes of the non-latest version to limit the scanning to target to that of the latest version.
run: muffet --max-response-body-size=100000000 --rate-limit=10 --timeout=20 --buffer-size=2147483647 --color=always --exclude="^(https:\/\/hyperledger-fabric.readthedocs.io\/[A-z_]+\/(v[\d]+.[\d]+.[\d]+|release)).*$" https://hyperledger-fabric.readthedocs.io/en/latest/


0 comments on commit 6f0cd65

Please sign in to comment.