Skip to content

Commit 1c01578

Browse files
Merge pull request #93 from simplify9/MusaMisto-patch-1
2 parents 0f6c797 + c5f3bed commit 1c01578

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: cicd-gateway-${{ github.workflow }}-${{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: false
1212

1313
# contents: write -> tag job. packages: write -> push the image to GHCR, publish
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
major-version: '6'
2525
minor-version: '0'
26-
dotnet-version: '8.0.x'
26+
dotnet-version: '6.0.x'
2727

2828
# Build + test + push the SDK NuGet package
2929
nuget-projects: 'SW.Mtm.Sdk/SW.Mtm.Sdk.csproj'

0 commit comments

Comments
 (0)