cancel previous CI on same pull request

This commit is contained in:
Jesse de Wit
2023-12-11 22:39:14 +01:00
parent d8bee41243
commit 7cf4ebc5d9

View File

@@ -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: