ci: add concurrency to check-markdown.yml (#21393)
Ilya Mashchenko committed
Dec 3, 2025 at 13:08 UTC
9114a8b3d7b1608f2b1d73d96ec8d9b02a4eecd2
1 file changed
+4
.github/workflows/check-markdown.yml
+4
@@ -9,6 +9,10 @@ on:
9
- '**/metadata.yaml'
10
- 'integrations/**'
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
check-documentation:
18
runs-on: ubuntu-latest