ci: avoid multiple builds with concurrency checks

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-05-06 12:01:50 -07:00
committed by Daniel Agar
parent 93408cc4e2
commit b851c3728c

View File

@@ -24,6 +24,10 @@ on:
- 'docs/**'
- '.github/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
group_targets:
name: Scan for Board Targets