소스 검색

Limit concurrency of formal-verification runs

Francisco Giordano 2 년 전
부모
커밋
e69248e551
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/formal-verification.yml

+ 2 - 0
.github/workflows/formal-verification.yml

@@ -18,6 +18,8 @@ env:
   JAVA_VERSION: '11'
   SOLC_VERSION: '0.8.19'
 
+concurrency: ${{ github.workflow }}-${{ github.ref }}
+
 jobs:
   apply-diff:
     runs-on: ubuntu-latest