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 87af5fa commit d62a1a0Copy full SHA for d62a1a0
.github/workflows/release-all-debian.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2021 The MathWorks, Inc.
+# Copyright 2021-2022 The MathWorks, Inc.
2
---
3
name: "release-all-debian"
4
@@ -10,14 +10,14 @@ on:
10
- cron: '0 0 1 * *'
11
12
jobs:
13
- build-all-debian:
14
- uses: ./.github/workflows/build-glibc-and-release.yaml
15
- with:
16
- dist-base: debian
17
- dist-tag: ${{ matrix.dist-tag }}
18
- strategy:
19
- matrix:
20
- dist-tag: [stretch buster bullseye]
+ # build-all-debian:
+ # uses: ./.github/workflows/build-glibc-and-release.yaml
+ # with:
+ # dist-base: debian
+ # dist-tag: ${{ matrix.dist-tag }}
+ # strategy:
+ # matrix:
+ # dist-tag: [stretch buster bullseye]
21
22
build-all-ubuntu:
23
strategy:
0 commit comments