瀏覽代碼

Update qa.yml

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 年之前
父節點
當前提交
8471d1e2a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/qa.yml

+ 1 - 1
.github/workflows/qa.yml

@@ -9,7 +9,7 @@ permissions:
     contents: read
 
 concurrency: 
-    group: qu-build-${{ github.head_ref || github.run_id }}
+    group: qa-build-${{ github.head_ref || github.run_id }}
     cancel-in-progress: true
 
 jobs: