don't run ci for other user than manual

This commit is contained in:
Mael G. 2025-01-06 22:13:46 +01:00
parent 6778f34769
commit 293d1bacf2

View file

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