Skip to content

Commit

Permalink
Disable all checks but tests on upgradeable repository
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jun 10, 2022
1 parent cb7dbf8 commit c10a097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

jobs:
lint:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c10a097

Please sign in to comment.