only comment on PR

This commit is contained in:
Mael G. 2025-01-06 22:35:42 +01:00
parent fbf8a1b3d9
commit 4e87890108

View file

@ -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"]'