We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3c74b commit 4508216Copy full SHA for 4508216
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,10 @@ on:
20
schedule:
21
- cron: '19 21 * * 4'
22
23
+concurrency:
24
+ group: ${{ github.workflow }}-${{ github.ref }}
25
+ cancel-in-progress: true
26
+
27
jobs:
28
analyze:
29
name: Analyze
.github/workflows/test-pull-request.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
branches: [ master ]
9
10
11
12
13
14
15
test:
16
0 commit comments