Skip to content

Commit b331b41

Browse files
committed
Cancel previous, skip telemetry
1 parent 1fa0e10 commit b331b41

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/qodana.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: Qodana
22
on:
33
workflow_dispatch:
4-
pull_request:
54
push:
6-
branches:
7-
- master
8-
- 'release/*'
5+
branches: [ 'master', 'release/**' ]
6+
pull_request:
7+
branches: [ 'master', 'release/**' ]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
13+
env:
14+
DOTNET_NOLOGO: true
15+
DOTNET_CLI_TELEMETRY_OPTOUT: true
916

1017
jobs:
1118
qodana:

0 commit comments

Comments
 (0)