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


##########
.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:
   > Why this?
   
   This was a misoperation
   
   



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