Yeuoly 1 年之前
父节点
当前提交
ffb985ce39
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/tests-amd64.yml
  2. 1 1
      .github/workflows/tests-arm64.yml

+ 1 - 1
.github/workflows/tests-amd64.yml

@@ -9,7 +9,7 @@ on:
       - main
 
 concurrency:
-  group: test-tests-${{ github.head_ref || github.run_id }}
+  group: test-amd64-${{ github.head_ref || github.run_id }}
   cancel-in-progress: true
 
 jobs:

+ 1 - 1
.github/workflows/tests-arm64.yml

@@ -9,7 +9,7 @@ on:
       - main
 
 concurrency:
-  group: test-tests-${{ github.head_ref || github.run_id }}
+  group: test-arm64-${{ github.head_ref || github.run_id }}
   cancel-in-progress: true
 
 jobs: