From 9fff9a37d09796c0a438d30b21205e2e147986b2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 12 Aug 2025 14:38:58 -0400 Subject: [PATCH] ci: sync --- .github/workflows/guidelines-check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml index c740bd00..b4da51c9 100644 --- a/.github/workflows/guidelines-check.yml +++ b/.github/workflows/guidelines-check.yml @@ -1,8 +1,9 @@ name: Guidelines Check on: - pull_request_target: - types: [opened, synchronize] + # Disabled - uncomment to re-enable + # pull_request_target: + # types: [opened, synchronize] jobs: check-guidelines: