Skip to content

Commit

Permalink
Merge branch 'release/v1.20' into backport-26112-v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot authored Jul 25, 2023
2 parents 63ac2f7 + 08cdc0d commit 170723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/actions/run_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func aggregateJobStatus(jobs []*ActionRunJob) Status {
if !job.Status.IsDone() {
allDone = false
}
if job.Status != StatusWaiting {
if job.Status != StatusWaiting && !job.Status.IsDone() {
allWaiting = false
}
if job.Status == StatusFailure || job.Status == StatusCancelled {
Expand Down

0 comments on commit 170723c

Please sign in to comment.