Signed-off-by: Steffen Jaeckel <[email protected]>
@@ -12,6 +12,10 @@ on:
- develop
- /^release\/.*$/
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
+
jobs:
Docs:
runs-on: ubuntu-20.04