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 a0d87afCopy full SHA for a0d87af
.github/workflows/deploy.yml
@@ -9,6 +9,9 @@ on:
9
- "Dockerfile"
10
- ".github/workflows/deploy.yml"
11
workflow_dispatch:
12
+concurrency:
13
+ group: deploy-${{ 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
+ group: sonar-${{ github.ref }}
21
22
23
sonarcloud:
24
runs-on: windows-latest
0 commit comments