Exclude running build job

Try to list the latest push build job, but there is a build job which is still running.

Number: 33
Status: running
Event: push

When I list the latest build job, I want to exclude the running job. How to do that?

drone build last --branch master  --format "{{ .Number }}"  <owner>/<repo>