Disable all checks but tests on upgradeable repository

This commit is contained in:
Francisco Giordano
2022-06-10 16:37:52 -03:00
parent cb7dbf8297
commit c10a097fa8

View File

@ -14,6 +14,7 @@ concurrency:
jobs:
lint:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -47,6 +48,7 @@ jobs:
- uses: codecov/codecov-action@v3
slither:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3