Skip to content

Commit

Permalink
ci: Fix Check ports syscfg update workflow
Browse files Browse the repository at this point in the history
Updates run conditions, so that the action will be triggered on every PR merge.
Additionally, adds a scheduled run once a day.
  • Loading branch information
wpiet authored and sjanc committed Jun 21, 2024
1 parent 263e5d4 commit dba4969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ports_syscfg_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
push:
branches:
- 'master'
paths:
- '*/syscfg.h'
schedule:
- cron: '0 0 * * *'

jobs:
targets:
Expand Down

0 comments on commit dba4969

Please sign in to comment.