Skip to content

Commit

Permalink
Commented out link validation, since it doesn't follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Dec 23, 2024
1 parent 8884e59 commit 48ebb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branchLinkCheckAndMultiNICTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Multi-NICs Docker
run: ./integration/scripts/multiple_nic_test.sh

- name: Paradox Validate Links
run: sbtn docs/paradoxValidateLinks
# - name: Paradox Validate Links
# run: sbtn docs/paradoxValidateLinks

- name: Notify slack
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/masterLinkCheckAndMultiNICTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Multi-NICs Docker
run: ./integration/scripts/multiple_nic_test.sh

- name: Paradox Validate Links
run: sbtn docs/paradoxValidateLinks
# - name: Paradox Validate Links
# run: sbtn docs/paradoxValidateLinks

- name: Notify slack
if: always()
Expand Down

0 comments on commit 48ebb91

Please sign in to comment.