Configure a concurrency group for the deploy action
[GitHub/WoltLab/woltlab.github.io.git] / .github / workflows / deploy.yml
index cc75dc8433845e6ac920c8e58f50b4cf950762c6..e35784fa8f6cff8e07f2baf14b180579b3543a54 100644 (file)
@@ -7,6 +7,9 @@ on:
 
 jobs:
   deploy:
+    concurrency:
+      group: target
+      cancel-in-progress: true
     name: Deploy
     runs-on: ubuntu-latest
     steps: