Skip to content

Commit e218058

Browse files
author
Jos Martin
committed
Action changes for release-all workflow
1 parent 1e437c6 commit e218058

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

.github/workflows/release-all.yaml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,44 @@ on:
99
schedule:
1010
- cron: '0 0 1 * *'
1111

12+
defaults:
13+
concurrency:
14+
group: release
15+
cancel-in-progress: false
16+
1217
jobs:
1318
build-debian-stretch:
1419
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
1520
with:
1621
dist-base: debian
1722
dist-tag: stretch
18-
concurrency:
19-
group: debian
20-
cancel-in-progress: false
2123

2224
build-debian-buster:
2325
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2426
with:
2527
dist-base: debian
2628
dist-tag: buster
27-
concurrency:
28-
group: debian
29-
cancel-in-progress: false
3029

3130
build-debian-bullseye:
3231
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3332
with:
3433
dist-base: debian
3534
dist-tag: bullseye
36-
concurrency:
37-
group: debian
38-
cancel-in-progress: false
3935

4036
build-ubuntu-bionic:
4137
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4238
with:
4339
dist-base: ubuntu
4440
dist-tag: bionic
45-
needs: [build-debian-stretch, build-debian-buster, build-debian-bullseye]
46-
concurrency:
47-
group: ubuntu
48-
cancel-in-progress: false
4941

5042
build-ubuntu-focal:
5143
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
5244
with:
5345
dist-base: ubuntu
5446
dist-tag: focal
55-
needs: [build-debian-stretch, build-debian-buster, build-debian-bullseye]
56-
concurrency:
57-
group: ubuntu
58-
cancel-in-progress: false
5947

6048
build-ubuntu-hirsute:
6149
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
6250
with:
6351
dist-base: ubuntu
6452
dist-tag: hirsute
65-
needs: [build-debian-stretch, build-debian-buster, build-debian-bullseye]
66-
concurrency:
67-
group: ubuntu
68-
cancel-in-progress: false

0 commit comments

Comments
 (0)