github-ci: cancel previous builds workflow for branch

On a push of the same branch, cancel the previous running builds.yml
workflow.
pull/9829/head
Jason Ish 2 years ago committed by Victor Julien
parent 924c59448f
commit 2b9603d94d

@ -12,6 +12,10 @@ on:
SV_REPO:
SV_BRANCH:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:

Loading…
Cancel
Save