Disable all checks but tests on upgradeable repository

(cherry picked from commit c10a097fa8)
This commit is contained in:
Francisco Giordano
2022-06-10 16:37:52 -03:00
parent a2b4181f8c
commit 6e0f947c25

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