wu-sheng commented on code in PR #46:
URL: 
https://github.com/apache/skywalking-banyandb-java-client/pull/46#discussion_r1317964143


##########
.github/workflows/deploy.yaml:
##########
@@ -17,9 +17,12 @@
 name: Deploy Snapshot
 
 on:
+  pull_request:
   push:
     branches:
       - main
+  schedule:
+    - cron: '0 18 * * *'  # TimeZone: UTC 0

Review Comment:
   You could manually push the version if you need to. But pull_request based 
is very dangerous.



-- 
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]

Reply via email to