Skip to content

Commit b0904f8

Browse files
committed
Run linkcheck2 always in CI
1 parent 585a0fc commit b0904f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set_github_token() {
99
jq '.config.output.linkcheck."http-headers"."github\\.com" = ["Authorization: Bearer $GITHUB_TOKEN"]'
1010
}
1111

12-
if ! which $LINKCHECK_BINARY &>/dev/null ; then
12+
if ! which $LINKCHECK_BINARY &>/dev/null && [ -z "$GITHUB_EVENT_NAME" ] ; then
1313
echo "WARNING: Skipping link check. Consider running 'cargo install $LINKCHECK_BINARY'."
1414
exit 0
1515
fi

0 commit comments

Comments
 (0)