فهرست منبع

Disable all checks but tests on upgradeable repository

(cherry picked from commit c10a097fa884ba8597b50a77fb9b8f5cf3322e9a)
Francisco Giordano 3 سال پیش
والد
کامیت
6e0f947c25
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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