mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: avoid multiple builds with concurrency checks
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
93408cc4e2
commit
b851c3728c
4
.github/workflows/build_all_targets.yml
vendored
4
.github/workflows/build_all_targets.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user