commit 44c57a78c40388c131b992f36e0da17b273434b1
parent c177de496976372e576f2a8c31863836aae64ae3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 1 Dec 2023 12:14:45 +0100
.github: cancel in-progress build-system…
… if new push happens.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build-systems.yaml b/.github/workflows/build-systems.yaml
@@ -6,6 +6,9 @@ on:
push:
branches:
- main
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
nix-matrix: