@samitouri / QOSAMI-WSL / commits / 625220d6

Only allow one documentation deployment workflow at a time (#40383)

Blue committed May 1, 2026 at 13:39 UTC 625220d6f0e0279ad9d491a14faa9356da78d02e
1 file changed +4
.github/workflows/documentation.yml
+4
@@ -4,6 +4,10 @@ on:
4 push:
5 branches: [main, master]
6
7 +concurrency:
8 + group: ${{ github.workflow }}
9 + cancel-in-progress: true
10 +
11 jobs:
12 DeployDocs:
13 environment: