浏览代码

Disable fuzzing on upgradeable contracts

Francisco Giordano 3 年之前
父节点
当前提交
9416743a10
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/checks.yml

+ 1 - 0
.github/workflows/checks.yml

@@ -44,6 +44,7 @@ jobs:
           token: ${{ github.token }}
 
   foundry-tests:
+    if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3