Configure GitHub Actions concurrency (#6870)

This commit is contained in:
Siarhei Fedartsou 2024-05-08 10:06:04 +02:00 committed by GitHub
parent 10237b8761
commit a6dfff725b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@ env:
CMAKE_VERSION: 3.21.2
ENABLE_NODE_BINDINGS: "ON"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
windows-release-node:
needs: format-taginfo-docs