1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00

ci: cancel previous CI run for PR or branch

This commit is contained in:
2026-01-29 14:27:34 +01:00
committed by Jan Wyzula
parent 0580b539fa
commit aadb3e129a

View File

@@ -17,6 +17,10 @@ on:
required: false
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
pull-requests: write