mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-20 07:26:34 +00:00
no longer need to limit Prior commit to those that have status Success or Failure
This commit is contained in:
parent
b94280c15c
commit
0106a5e21d
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ FROM commits
|
|||
WHERE repo_id = ?
|
||||
AND commit_branch = ?
|
||||
AND commit_id < ?
|
||||
AND commit_status IN ('Success', 'Failure')
|
||||
ORDER BY commit_id DESC
|
||||
LIMIT 1
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue