Skip to content

Commit d79b684

Browse files
add manifest job to complete workflow dependencies
1 parent bdb59c2 commit d79b684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
complete:
3131
if: always()
32-
needs: [setup, load, build, test, push]
32+
needs: [setup, load, build, test, push, manifest]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')

0 commit comments

Comments
 (0)