Update build.yml

Reducing number of concurrent builds
pull/431/head
Alex Chmyr 3 months ago committed by GitHub
parent 79e96a1ffc
commit 0471a99799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,10 @@ on:
# Trigger the workflow on any pull request
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Prepare environment and build the plugin

Loading…
Cancel
Save