Skip to content

Commit 366f3da

Browse files
Transpile 6d4c354
1 parent d2ec96a commit 366f3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
lint:
17+
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: actions/checkout@v3
@@ -44,6 +45,7 @@ jobs:
4445
ENABLE_GAS_REPORT: true
4546
- run: npm run test:inheritance
4647
- run: npm run test:generation
48+
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
4749

4850
coverage:
4951
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
@@ -58,6 +60,7 @@ jobs:
5860
- uses: codecov/codecov-action@v3
5961

6062
slither:
63+
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
6164
runs-on: ubuntu-latest
6265
steps:
6366
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)