kou opened a new issue, #432:
URL: https://github.com/apache/arrow-adbc/issues/432
We may need to ignore `apache-arrow-adbc-*-rc*` tags:
```diff
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
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]