mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-12 21:16:52 +00:00
no longer need to limit Prior commit to those that have status Success or Failure
This commit is contained in:
@@ -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
|
||||
`
|
||||
|
Reference in New Issue
Block a user