You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/10 00:05:12 UTC

[incubator-pekko] branch main updated: stray brackets in nightly-builds.yml

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 31d7b03db3 stray brackets in nightly-builds.yml
31d7b03db3 is described below

commit 31d7b03db3d8e21d3fcd1ca219495ff6b10e00b1
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Feb 10 01:05:07 2023 +0100

    stray brackets in nightly-builds.yml
---
 .github/workflows/nightly-builds.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml
index 9ca7f4fe01..bd1f882078 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -195,7 +195,7 @@ jobs:
 
       - name: Docs
         # Docs generation requires JDK 11.
-        if: ${{ matrix.javaVersion == 11) }}
+        if: ${{ matrix.javaVersion == 11 }}
         run: |-
           sudo apt-get install graphviz
           sbt \
@@ -204,7 +204,7 @@ jobs:
 
       - name: Publish
         # Publish (osgi bundle) not working with JDK 17, issue #31132
-        if: ${{ matrix.javaVersion == 11) }}
+        if: ${{ matrix.javaVersion == 11 }}
         run: |-
           sudo apt-get install graphviz
           sbt \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org