Disable non-example build (#525)

Co-authored-by: papacarlo <builder@onlyoffice.com>
This commit is contained in:
Danil Titarenko 2022-10-26 14:27:37 +03:00 committed by GitHub
parent 1c72796657
commit 311db051fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: