@@ -13,7 +13,9 @@ on:
branches:
- master
-concurrency: ${{ github.workflow }}-${{ github.ref }}
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
release-subpackages: