ci: add concurrency check
@@ -1,5 +1,9 @@
name: ci
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
on:
workflow_dispatch:
push:
name: windows