浏览代码

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