mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-23 16:54:27 +01:00
cancel previous CI on same pull request
This commit is contained in:
4
.github/workflows/integration_tests.yaml
vendored
4
.github/workflows/integration_tests.yaml
vendored
@@ -9,6 +9,10 @@ env:
|
||||
CLIENT_REF: 'v0.16.4-breez-3'
|
||||
GO_VERSION: '^1.19'
|
||||
CLN_VERSION: 'v23.11'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
|
||||
setup-bitcoin-core:
|
||||
|
||||
Reference in New Issue
Block a user