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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new eb26676  ci: don't deploy website on RC tags (#500)
eb26676 is described below

commit eb266761c025fa25b675f48ab7584ea27a43cb10
Author: David Li <[email protected]>
AuthorDate: Thu Mar 9 14:53:07 2023 -0500

    ci: don't deploy website on RC tags (#500)
    
    Fixes #432.
---
 .github/workflows/nightly-website.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-website.yml 
b/.github/workflows/nightly-website.yml
index 2b2679c..38083c8 100644
--- a/.github/workflows/nightly-website.yml
+++ b/.github/workflows/nightly-website.yml
@@ -23,6 +23,7 @@ on:
       - main
     tags:
       - 'apache-arrow-adbc-*'
+      - '!apache-arrow-adbc-*-rc*'
   workflow_dispatch: {}
 
 # Ensure concurrent builds don't stomp on each other

Reply via email to