Browse Source

Disable all checks but tests on upgradeable repository

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

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

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