Skip to content

Commit

Permalink
Disable coverage on upgradeable repository
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jun 9, 2022
1 parent 7c75b8a commit cb7dbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: npm run test:generation

coverage:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cb7dbf8

Please sign in to comment.