We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2103f69 commit 7c6d7abCopy full SHA for 7c6d7ab
.github/workflows/codeql-analysis.yml
@@ -18,6 +18,10 @@ on:
18
# The branches below must be a subset of the branches above
19
branches: [ "master" ]
20
21
+concurrency:
22
+ group: ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress: true
24
+
25
jobs:
26
analyze:
27
name: Analyze
.github/workflows/maven.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- master
10
11
12
13
14
15
16
Build:
17
strategy:
0 commit comments