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 1fa0e10 commit b331b41Copy full SHA for b331b41
1 file changed
.github/workflows/qodana.yml
@@ -1,11 +1,18 @@
1
name: Qodana
2
on:
3
workflow_dispatch:
4
- pull_request:
5
push:
6
- branches:
7
- - master
8
- - 'release/*'
+ branches: [ 'master', 'release/**' ]
+ pull_request:
+
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
16
17
jobs:
18
qodana:
0 commit comments