rlenferink commented on a change in pull request #236:
URL: https://github.com/apache/celix/pull/236#discussion_r426279972



##########
File path: .github/workflows/celix_etcdlib.yml
##########
@@ -0,0 +1,36 @@
+name: Standalone Celix etcdlib Weekly
+
+on:
+  schedule:
+    - cron:  '0 0 * * 0'

Review comment:
       We probably want to build this on push & pull_requests as well.
   ```suggestion
   on:
     push:
     pull_request:
     schedule:
       - cron:  '0 0 * * 0'
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to