Skip to content

Commit

Permalink
Do not run broken link check for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Dec 27, 2024
1 parent 0db4a20 commit 275f58f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs-check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Sleep for 5 minutes
run: sleep 300
- uses: actions/setup-go@v5
# with:
# go-version: '^1.13.1' # The Go version to download (if necessary) and use.
run: go install github.com/raviqqe/muffet/v2@latest

# - name: Sleep for 5 minutes
# run: sleep 300

- name: Check links using container
run: ./scripts/broken-links-check.sh

0 comments on commit 275f58f

Please sign in to comment.