From 919f8440b15de162d22412cf1614be1a1ffbc75c Mon Sep 17 00:00:00 2001 From: Jon Church Date: Mon, 5 Jan 2026 17:23:54 -0500 Subject: [PATCH] ci: remove paths-ignore for md files because we have required checks for CI, PRs that are markdown only will never trigger them, so will always appear blocked and waiting make ci.yml run for all changes, even md its not worth complicating the CI to solve for this, so removing the "smart" addition I had made to ignore md only changes in CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69240c41658..498f4cb9591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,6 @@ on: - '4.x' - '5.x' - '5.0' - paths-ignore: - - '*.md' pull_request: workflow_dispatch: