🔧 Define concurrency policy to cancel in progress build workflows (#10409)

This commit is contained in:
David Barragán Merino 2026-06-25 08:22:41 +02:00 committed by GitHub
parent aedb7f9195
commit d58d816310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,10 @@ on:
required: false
default: 'yes'
concurrency:
group: ${{ github.workflow }}-${{ inputs.gh_ref }}
cancel-in-progress: true
jobs:
build-bundle:
name: Build and Upload Penpot Bundle

View File

@ -16,6 +16,10 @@ on:
required: true
default: 'develop'
concurrency:
group: ${{ github.workflow }}-${{ inputs.gh_ref }}
cancel-in-progress: true
jobs:
build-and-push:
name: Build and Push Penpot Docker Images