From a2b4181f8ce49532985edcd3113329e7ec78cc8a Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 9 Jun 2022 19:58:26 -0300 Subject: [PATCH] Disable coverage on upgradeable repository (cherry picked from commit cb7dbf8297643b1b41345435fff810eaddec49be) --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b0f8a8916..7e22a1fd5 100644 --- a/.github/workflows/checks.yml +++ b/.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