Skip to content

Commit

Permalink
Merge pull request #185 from goatcorp/fix-build-ci
Browse files Browse the repository at this point in the history
Fix build ci concurrency field
  • Loading branch information
reiichi001 authored Sep 21, 2024
2 parents 0ee92e0 + 1195bbb commit acbc80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
working-directory: ./src/XIVLauncher.Core/
concurrency:
group: ${{ github.head_ref }}
group: "${{ github.ref }}"
cancel-in-progress: true
env:
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
run: dotnet publish -r win-x64 --sc --configuration Release -o ./dist/XIVLauncher.Core-win10x64

- name: Dotnet Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal

0 comments on commit acbc80e

Please sign in to comment.