From 7cf4ebc5d99f893aaf29a1dbca07ce865f5a70f7 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 11 Dec 2023 22:39:14 +0100 Subject: [PATCH] cancel previous CI on same pull request --- .github/workflows/integration_tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index bdb8acb..05f5b1f 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -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: