Disable non-example build

This commit is contained in:
danilapog 2022-10-26 13:54:01 +03:00
parent 46683cbc4e
commit e95dfab62d

View file

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