ci: concurrency cancel in progress

save compute time

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-06-17 09:56:02 -07:00
committed by Beat Küng
parent 8a44f10cf9
commit 83606cb0fc
12 changed files with 49 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@ on:
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Testing PX4 ${{ matrix.config.model }}