mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
use event end_line for discarding events below starting threshold
This commit is contained in:
parent
89e08460dd
commit
9bbed9f14e
@ -116,7 +116,7 @@ function JobEventEngine ($q) {
|
||||
this.chain = this.chain
|
||||
.then(() => {
|
||||
if (!this.isActive()) {
|
||||
if (data.start_line < (this.lines.min)) {
|
||||
if (data.end_line < (this.lines.min)) {
|
||||
return $q.resolve();
|
||||
}
|
||||
this.start();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user