This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 123380c  Fix GHA conflict group name (#225)
123380c is described below

commit 123380c0bf18e8ffcb99978e9bbb49c0986ac190
Author: mrproliu <[email protected]>
AuthorDate: Sun May 11 21:09:20 2025 +0800

    Fix GHA conflict group name (#225)
---
 .github/workflows/windows-plugin-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/windows-plugin-test.yaml 
b/.github/workflows/windows-plugin-test.yaml
index 8bd4418..e6b14cd 100644
--- a/.github/workflows/windows-plugin-test.yaml
+++ b/.github/workflows/windows-plugin-test.yaml
@@ -17,7 +17,7 @@
 name: Windows Plugin Tests
 
 concurrency:
-  group: plugins-${{ github.event.pull_request.number || github.ref }}
+  group: windows-plugins-${{ github.event.pull_request.number || github.ref }}
   cancel-in-progress: true
 
 on:

Reply via email to