From 836b4c1db4e53cc6af1fc93179128a4193a1270d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 21 Jan 2025 14:28:22 -0500 Subject: [PATCH] ci: Remove `paths-ignore` for docs, as it does not work with required status checks (#23424) This PR removes the `paths-ignore` for docs again, as it causes docs-only PRs to be unmergable in combination with required status checks (which we need in order to support merge-when-ready). We can put these back if and only if we come up with a solution for how to make it work with required status checks. Release Notes: - N/A --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfbc69f69c..88684a88b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,16 +7,10 @@ on: - "v[0-9]+.[0-9]+.x" tags: - "v*" - paths-ignore: - - "docs/**/*" - - ".github/workflows/community_*" pull_request: branches: - "**" - paths-ignore: - - "docs/**/*" - - ".github/workflows/community_*" concurrency: # Allow only one workflow per any non-`main` branch.