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 cbe729b0 ci: Update `Check ports syscfg update` workflow
cbe729b0 is described below
commit cbe729b00a1913020ae4cbe6700046ee1813f91d
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Thu Jun 27 15:18:05 2024 +0200
ci: Update `Check ports syscfg update` workflow
Updates run conditions, so that the action will not be triggered on forks.
Changes cron schedule to avoid conflicts with other jobs.
---
.github/workflows/ports_syscfg_check.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ports_syscfg_check.yml
b/.github/workflows/ports_syscfg_check.yml
index e49dedc3..0b8c6aa6 100644
--- a/.github/workflows/ports_syscfg_check.yml
+++ b/.github/workflows/ports_syscfg_check.yml
@@ -24,7 +24,7 @@ on:
branches:
- 'master'
schedule:
- - cron: '0 0 * * *'
+ - cron: '37 21 * * *'
jobs:
targets:
@@ -33,6 +33,7 @@ jobs:
permissions:
contents: write
pull-requests: write
+ if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3