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 db1fc59 commit 1b0a5aaCopy full SHA for 1b0a5aa
.github/workflows/deploy.yml
@@ -9,6 +9,9 @@ on:
9
- "Dockerfile"
10
- ".github/workflows/deploy.yml"
11
workflow_dispatch:
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
jobs:
16
scan:
17
uses: ./.github/workflows/scan.yml
.github/workflows/sonar.yml
@@ -16,6 +16,9 @@ on:
- "Tests/**"
- ".github/workflows/sonar.yml"
18
19
20
21
22
23
sonarcloud:
24
runs-on: windows-latest
0 commit comments