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


##########
.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:
   I opened new pr to build the test image, which will be closed when the test 
is done.
   
   https://github.com/apache/skywalking-banyandb-java-client/pull/47



##########
.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:
   https://github.com/apache/skywalking-banyandb-java-client/pull/47
   
   I opened new pr to build the test image, which will be closed when the test 
is done.
   



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