mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 21:49:05 +08:00
ci: concurrency cancel in progress
save compute time Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
8a44f10cf9
commit
83606cb0fc
4
.github/workflows/dev_container.yml
vendored
4
.github/workflows/dev_container.yml
vendored
@ -30,6 +30,10 @@ on:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Set Tags and Variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user