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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new dba49690 ci: Fix `Check ports syscfg update` workflow
dba49690 is described below

commit dba496900b2dc6bade7f859e21d9aba050fc4554
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Fri Jun 21 10:35:42 2024 +0200

    ci: Fix `Check ports syscfg update` workflow
    
    Updates run conditions, so that the action will be triggered on every PR 
merge.
    Additionally, adds a scheduled run once a day.
---
 .github/workflows/ports_syscfg_check.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ports_syscfg_check.yml 
b/.github/workflows/ports_syscfg_check.yml
index 89ccd82e..e49dedc3 100644
--- a/.github/workflows/ports_syscfg_check.yml
+++ b/.github/workflows/ports_syscfg_check.yml
@@ -23,8 +23,8 @@ on:
   push:
     branches:
       - 'master'
-    paths:
-      - '*/syscfg.h'
+  schedule:
+    - cron: '0 0 * * *'
 
 jobs:
   targets:

Reply via email to