mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-24 01:04:21 +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'
|
CLIENT_REF: 'v0.16.4-breez-3'
|
||||||
GO_VERSION: '^1.19'
|
GO_VERSION: '^1.19'
|
||||||
CLN_VERSION: 'v23.11'
|
CLN_VERSION: 'v23.11'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
setup-bitcoin-core:
|
setup-bitcoin-core:
|
||||||
|
|||||||
Reference in New Issue
Block a user