Yeuoly 1 vuosi sitten
vanhempi
commit
ffb985ce39
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: