This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new d2f47a1 NO-JIRA: Skip the GHA Docs job until Proton 0.34.0 Ubuntu
package is published (#1169)
d2f47a1 is described below
commit d2f47a19077e604bce22513955dc9466192ca4ca
Author: Jiri Daněk <[email protected]>
AuthorDate: Wed Apr 28 11:10:54 2021 +0200
NO-JIRA: Skip the GHA Docs job until Proton 0.34.0 Ubuntu package is
published (#1169)
---
.github/workflows/build.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2fe1b6e..ac87e53 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 }}
+ if: ${{ false }} # disabled until Proton 0.34.0 Ubuntu package is
published
strategy:
matrix:
os: [ ubuntu-20.04 ]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]