chore(e2e): Stop running current builds with new pushes (#6309)

Added a concurrency check in the github workflow to stop running build action if new changes are pushed.
pull/6306/head
dillanb-hashi 2 months ago committed by GitHub
parent 1580cf621c
commit 11fc97622f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,10 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
PKG_NAME: "boundary"

Loading…
Cancel
Save