You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/12/05 18:47:57 UTC

(orc-format) branch main updated: Rename target repository from orc to orc-format

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc-format.git


The following commit(s) were added to refs/heads/main by this push:
     new c0e3a11  Rename target repository from orc to orc-format
c0e3a11 is described below

commit c0e3a1164bbd40733c88c64dee14781c19bcedf0
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Dec 5 10:47:50 2023 -0800

    Rename target repository from orc to orc-format
---
 .github/workflows/publish_snapshot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml
index 5a91bcb..c907f66 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -7,7 +7,7 @@ on:
 
 jobs:
   publish-snapshot:
-    if: github.repository == 'apache/orc'
+    if: github.repository == 'apache/orc-format'
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@master