don't run ci for other user than manual
This commit is contained in:
parent
6778f34769
commit
293d1bacf2
1 changed files with 1 additions and 2 deletions
|
@ -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"]'
|
Loading…
Add table
Reference in a new issue