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

View File

@ -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