This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 90e6266ad Revert "ci: Enforce compliance check at pr_target"
90e6266ad is described below

commit 90e6266ad5ded0730f8b22fc7ab391d1d3494bac
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Feb 16 16:07:29 2026 +0100

    Revert "ci: Enforce compliance check at pr_target"
    
    This needs to be executed on PR code.
    This reverts commit 5cb4122360a1bb2cb98e611e0460bcdb48cfa68d.
---
 .github/workflows/compliance_check.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/compliance_check.yml 
b/.github/workflows/compliance_check.yml
index 36ac32c08..23fdfdfbc 100644
--- a/.github/workflows/compliance_check.yml
+++ b/.github/workflows/compliance_check.yml
@@ -20,8 +20,8 @@
 name: Compliance check
 
 on:
-  pull_request_target:
-    types: [opened, synchronize, reopened, synchronize, labeled, unlabeled]
+  pull_request:
+    types: [opened, synchronize, reopened, labeled, unlabeled]
 
 jobs:
   style_check:

Reply via email to