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 <[email protected]>
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

Reply via email to