Yeuoly 1 year ago
parent
commit
ffb985ce39
2 changed files with 2 additions and 2 deletions
  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: