You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/24 10:44:15 UTC

[incubator-pekko-projection] branch main updated: Fix scalafmt check

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1fc708d  Fix scalafmt check
1fc708d is described below

commit 1fc708dca1648fb897faba1350146d02d57ea8c4
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Fri Mar 24 11:36:10 2023 +0100

    Fix scalafmt check
---
 .github/workflows/format.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index b1df33f..b6a8b71 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -10,7 +10,7 @@ jobs:
   build:
     name: Code is formatted
     runs-on: ubuntu-latest
-    if: github.repository == 'apache/incubator-pekko-http'
+    if: github.repository == 'apache/incubator-pekko-projection'
     steps:
       - name: Checkout current branch (full)
         uses: actions/checkout@v3


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