From 293d1bacf27aefc8b1e4794b22d08e0b45b1d65b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org>
Date: Mon, 6 Jan 2025 22:13:46 +0100
Subject: [PATCH] don't run ci for other user than manual

---
 .woodpecker/lint.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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