We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07c54 commit 08cdc0dCopy full SHA for 08cdc0d
models/actions/run_job.go
@@ -143,7 +143,7 @@ func aggregateJobStatus(jobs []*ActionRunJob) Status {
143
if !job.Status.IsDone() {
144
allDone = false
145
}
146
- if job.Status != StatusWaiting {
+ if job.Status != StatusWaiting && !job.Status.IsDone() {
147
allWaiting = false
148
149
if job.Status == StatusFailure || job.Status == StatusCancelled {
0 commit comments