From e95dfab62dd67bf3c5c81cb616965d590c1ac8b8 Mon Sep 17 00:00:00 2001 From: danilapog Date: Wed, 26 Oct 2022 13:54:01 +0300 Subject: [PATCH] Disable non-example build --- .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: