Commit 44c57a78c403

Vincent Demeester <vincent@sbr.pm>
2023-12-01 12:14:45
.github: cancel in-progress build-system…
… if new push happens. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c177de4
Changed files (1)
.github
.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: