Commit 44c57a78c403
Changed files (1)
.github
workflows
.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: