Dax Raad 6 months ago
parent
commit
9fff9a37d0
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/guidelines-check.yml

+ 3 - 2
.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: