Skip to content

Enable link verification workflow for pull requests#14

Merged
ianfab merged 1 commit intomainfrom
codex/enable-link-verification-for-prs
Feb 12, 2026
Merged

Enable link verification workflow for pull requests#14
ianfab merged 1 commit intomainfrom
codex/enable-link-verification-for-prs

Conversation

@ianfab
Copy link
Copy Markdown
Member

@ianfab ianfab commented Feb 12, 2026

Motivation

  • Run the external link verification on pull requests targeting main so broken external links are detected before changes are merged and complement the existing monthly checks.

Description

  • Add a pull_request trigger (branches: [ main ]) to .github/workflows/verify-links.yml so the verify-links job runs on PRs.
  • Preserve the existing monthly schedule and the workflow_dispatch manual trigger and leave the job steps unchanged.

Testing

  • Validated the updated workflow YAML with ruby -e "require 'yaml'; YAML.load_file('.github/workflows/verify-links.yml'); puts 'YAML OK'", which succeeded.

Codex Task

@ianfab ianfab merged commit 687ddb2 into main Feb 12, 2026
3 checks passed
@ianfab ianfab deleted the codex/enable-link-verification-for-prs branch February 12, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant