Disable all checks but tests on upgradeable repository

(cherry picked from commit c10a097fa8)
pull/3516/head
Francisco Giordano 3 years ago
parent a2b4181f8c
commit 6e0f947c25
  1. 2
      .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

Loading…
Cancel
Save