Disable non-example build (#525)
Co-authored-by: papacarlo <builder@onlyoffice.com>
This commit is contained in:
parent
1c72796657
commit
311db051fb
2
.github/workflows/stable-build.yml
vendored
2
.github/workflows/stable-build.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
name: "Release image: DocumentServer${{ matrix.edition }}-nonExample"
|
name: "Release image: DocumentServer${{ matrix.edition }}-nonExample"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: always()
|
if: ${{ false }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user