Disable fuzzing on upgradeable contracts

(cherry picked from commit 9416743a10)
This commit is contained in:
Francisco Giordano
2022-09-13 19:20:29 -03:00
parent 5e6fd491f3
commit 7deed7a769

View File

@ -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