Browse Source

Disable coverage on upgradeable repository

Francisco Giordano 3 years ago
parent
commit
cb7dbf8297
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/checks.yml

+ 1 - 0
.github/workflows/checks.yml

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