File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010 - cron : ' 0 0 1 * *'
1111
1212concurrency :
13- group : release
13+ group : release-group
1414 cancel-in-progress : false
1515
1616jobs :
@@ -19,33 +19,39 @@ jobs:
1919 with :
2020 dist-base : debian
2121 dist-tag : stretch
22+ concurrency : release-group
2223
2324 build-debian-buster :
2425 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2526 with :
2627 dist-base : debian
2728 dist-tag : buster
29+ concurrency : release-group
2830
2931 build-debian-bullseye :
3032 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3133 with :
3234 dist-base : debian
3335 dist-tag : bullseye
36+ concurrency : release-group
3437
3538 build-ubuntu-bionic :
3639 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3740 with :
3841 dist-base : ubuntu
3942 dist-tag : bionic
43+ concurrency : release-group
4044
4145 build-ubuntu-focal :
4246 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4347 with :
4448 dist-base : ubuntu
4549 dist-tag : focal
50+ concurrency : release-group
4651
4752 build-ubuntu-hirsute :
4853 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4954 with :
5055 dist-base : ubuntu
5156 dist-tag : hirsute
57+ concurrency : release-group
You can’t perform that action at this time.
0 commit comments