Support broadcasting multiple transactions at once
[rust-lightning] / .github / workflows / build.yml
index b00bf47fe66100fa8ad9ffbd2a981ff419528eb7..8e02ec9da75c803caa0dfd9b797ea6b892a13298 100644 (file)
@@ -8,6 +8,10 @@ on:
     branches-ignore:
       - master
 
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}
+  cancel-in-progress: true
+
 jobs:
   build:
     strategy: