From 034d7151ad254cacdc445b2e8df5544ca5aea3ea Mon Sep 17 00:00:00 2001 From: Coull Date: Wed, 11 Mar 2026 14:11:23 -0400 Subject: [PATCH] fix: avoid title checker running twice --- .github/workflows/pr-title-checker.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index f7a0426dc..505b0d80e 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -4,10 +4,6 @@ on: push: branches: - main - pull_request: - branches: - - main - - feature/** pull_request_target: types: - opened