This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/update_github_actions
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/update_github_actions 
by this push:
     new 9ab2a920 Configure nightly build for github macOS ci
9ab2a920 is described below

commit 9ab2a9203945e36744dc92e68561a14084a68623
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Jan 13 14:25:55 2023 +0100

    Configure nightly build for github macOS ci
---
 .github/workflows/macos.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f6991eb6..72e73eca 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,6 +1,10 @@
 name: Celix MacOS
 
-on: [push, pull_request]
+on:
+  push:
+  pull_request:
+  schedule:
+    - cron:  '0 0 * * *'
 
 jobs:
 

Reply via email to