Browse Source

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

Cancel codeql.yml after re-pushing
Joas Schilling 1 year ago
parent
commit
8ab7c2b970
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/codeql.yml

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

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