Disable coverage on upgradeable repository
(cherry picked from commit cb7dbf8297)
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
- run: npm run test:generation
|
- run: npm run test:generation
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user