1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-10 02:37:59 +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 wyzula-jan
parent 80c0dfa4f2
commit 37298c21c3

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