You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/05/17 16:32:43 UTC

[GitHub] [celix] rlenferink commented on a change in pull request #236: Adds gitflow to build etcdlib standalone weekly.

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:
users@infra.apache.org