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"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
if: always()
|
||||
if: ${{ false }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user