From 4e8789010858cd77fd5ecc45b9896340f8cfd6de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org>
Date: Mon, 6 Jan 2025 22:35:42 +0100
Subject: [PATCH] only comment on PR

---
 .woodpecker/lint.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index f4f8696..6ed3b15 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -13,6 +13,7 @@ steps:
         comment_file: output.txt
       when:
         status: [failure, success]
+        event: [pull_request]
   lint:
     image: debian:stable
     commands:
@@ -30,6 +31,7 @@ steps:
         comment_file: output.txt
       when:
         status: [failure, success]
+        event: [pull_request]
 when:
   - event: [push, pull_request]
   - evaluate: 'CI_COMMIT_AUTHOR in ["gnous-ci-bot", "mael", "ada"]'
\ No newline at end of file