Skip to content

Commit dba4969

Browse files
wpietsjanc
authored andcommitted
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.
1 parent 263e5d4 commit dba4969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ports_syscfg_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
push:
2424
branches:
2525
- 'master'
26-
paths:
27-
- '*/syscfg.h'
26+
schedule:
27+
- cron: '0 0 * * *'
2828

2929
jobs:
3030
targets:

0 commit comments

Comments
 (0)