Skip to content

ci: ignore sourceware.org for markdown link checks#2577

Open
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:ignore-sourceware-org
Open

ci: ignore sourceware.org for markdown link checks#2577
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:ignore-sourceware-org

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Description

In markdown_link_check_config.json

Motivation and Context

The workflow .github/workflows/markdown-link-check.yml is sporadically failing with Status 0 errors:

  [✖] https://sourceware.org/glibc/ → Status: 0

See workflow logs

The following manually executed command is succeeding, although it is very slow:

curl -I https://sourceware.org/glibc/

Types of changes

  • Documentation
  • Version change (Update, remove or add more Node.js versions)
  • Variant change (Update, remove or add more variants, or versions of variants)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (none of the above)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • All new and existing tests passed.

@MikeMcC399 MikeMcC399 added the ci CI (Continuous Integration) workflows label Jul 23, 2026
@MikeMcC399 MikeMcC399 self-assigned this Jul 23, 2026
@MikeMcC399
MikeMcC399 marked this pull request as ready for review July 23, 2026 11:23
@MikeMcC399
MikeMcC399 requested a review from nschonni July 23, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI (Continuous Integration) workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant