Yeuoly 1 gadu atpakaļ
vecāks
revīzija
ffb985ce39

+ 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: