File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1616 dist-base : debian
1717 dist-tag : stretch
1818 concurrency :
19- group : artifact-release
19+ group : debian
2020 cancel-in-progress : false
2121
2222 build-debian-buster :
2525 dist-base : debian
2626 dist-tag : buster
2727 concurrency :
28- group : artifact-release
28+ group : debian
2929 cancel-in-progress : false
3030
3131 build-debian-bullseye :
@@ -34,32 +34,35 @@ jobs:
3434 dist-base : debian
3535 dist-tag : bullseye
3636 concurrency :
37- group : artifact-release
37+ group : debian
3838 cancel-in-progress : false
3939
4040 build-ubuntu-bionic :
4141 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4242 with :
4343 dist-base : ubuntu
4444 dist-tag : bionic
45+ needs : [build-debian-stretch, build-debian-buster, build-debian-bullseye]
4546 concurrency :
46- group : artifact-release
47+ group : ubuntu
4748 cancel-in-progress : false
4849
4950 build-ubuntu-focal :
5051 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
5152 with :
5253 dist-base : ubuntu
5354 dist-tag : focal
55+ needs : [build-debian-stretch, build-debian-buster, build-debian-bullseye]
5456 concurrency :
55- group : artifact-release
57+ group : ubuntu
5658 cancel-in-progress : false
5759
5860 build-ubuntu-hirsute :
5961 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
6062 with :
6163 dist-base : ubuntu
6264 dist-tag : hirsute
65+ needs : [build-debian-stretch, build-debian-buster, build-debian-bullseye]
6366 concurrency :
64- group : artifact-release
67+ group : ubuntu
6568 cancel-in-progress : false
You can’t perform that action at this time.
0 commit comments