Kaynağa Gözat

Disable fuzzing on upgradeable contracts

Francisco Giordano 3 yıl önce
ebeveyn
işleme
9416743a10
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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