Skip to content

Commit 123380c

Browse files
authored
Fix GHA conflict group name (#225)
1 parent e914205 commit 123380c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-plugin-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
name: Windows Plugin Tests
1818

1919
concurrency:
20-
group: plugins-${{ github.event.pull_request.number || github.ref }}
20+
group: windows-plugins-${{ github.event.pull_request.number || github.ref }}
2121
cancel-in-progress: true
2222

2323
on:

0 commit comments

Comments
 (0)