Yeuoly 1 년 전
부모
커밋
bb38f60ce6
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .github/workflows/tests-arm64.yml

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

@@ -1,4 +1,4 @@
-name: ARM Linux Simulation
+name: Run GoTest
 
 on:
   pull_request:
@@ -8,6 +8,10 @@ on:
     branches:
       - main
 
+concurrency:
+  group: test-tests-${{ github.head_ref || github.run_id }}
+  cancel-in-progress: true
+
 jobs:
   test:
     name: Test ARM64