From 311db051fb800cb1a66027faf8baf3e46dfcf7b5 Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:27:37 +0300 Subject: [PATCH] Disable non-example build (#525) Co-authored-by: papacarlo --- .github/workflows/stable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-build.yml b/.github/workflows/stable-build.yml index 0b6918e..a15f551 100644 --- a/.github/workflows/stable-build.yml +++ b/.github/workflows/stable-build.yml @@ -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: