diff --git a/.github/workflows/cicd-dotnet.yml b/.github/workflows/cicd-dotnet.yml index fd501c5..9d7519c 100644 --- a/.github/workflows/cicd-dotnet.yml +++ b/.github/workflows/cicd-dotnet.yml @@ -69,8 +69,6 @@ jobs: version: name: Version - needs: - - commitlinter uses: ./.github/workflows/step-dotnet-version.yml with: dotnet-version: ${{ inputs.dotnet-version || '8.x' }} diff --git a/.github/workflows/step-node-commitlint.yml b/.github/workflows/step-node-commitlint.yml index b04e179..9c40eaf 100644 --- a/.github/workflows/step-node-commitlint.yml +++ b/.github/workflows/step-node-commitlint.yml @@ -10,6 +10,7 @@ permissions: jobs: commitlint: + name: Commitlint runs-on: ubuntu-latest steps: - name: Checkout repository