Skip to content

Commit 830e571

Browse files
committed
fix(ci): update build workflow configuration
1 parent d10cc9d commit 830e571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-2022
1515

1616
concurrency:
17-
group: ${{ github.workflow }}-build
17+
group: ${{ github.workflow }}-${{ github.ref_name }}-build
1818
cancel-in-progress: true
1919

2020
steps:

0 commit comments

Comments
 (0)