Yeuoly hace 1 año
padre
commit
ffb985ce39
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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: