mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 12:35:25 +08:00
Disable non-example build (#525)
Co-authored-by: papacarlo <builder@onlyoffice.com>
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user