浏览代码

Merge pull request #12088 from nextcloud/nickvergessen-patch-1

Cancel codeql.yml after re-pushing
Joas Schilling 1 年之前
父节点
当前提交
8ab7c2b970
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/codeql.yml

+ 4 - 0
.github/workflows/codeql.yml

@@ -12,6 +12,10 @@ on:
 permissions:
 permissions:
   contents: read
   contents: read
 
 
+concurrency:
+    group: code-ql-${{ github.head_ref || github.run_id }}
+    cancel-in-progress: true
+
 jobs:
 jobs:
   analyze:
   analyze:
     name: Analyze
     name: Analyze