This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jiridanek-patch-5 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 773f78006119cdfb5cab905d342bbcf85593b9fa Author: Jiri Daněk <[email protected]> AuthorDate: Tue Apr 27 18:43:21 2021 +0200 xxx --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2fe1b6e..e679a85 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -239,6 +239,7 @@ jobs: docs: name: 'Docs (${{ matrix.os }})' runs-on: ${{ matrix.os }} + continue-on-error: true strategy: matrix: os: [ ubuntu-20.04 ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
