diff --git a/.github/workflows/model_review.yaml b/.github/workflows/model_review.yaml index 446821debe..0e1825864c 100644 --- a/.github/workflows/model_review.yaml +++ b/.github/workflows/model_review.yaml @@ -13,6 +13,7 @@ jobs: contents: read pull-requests: write runs-on: ubuntu-latest + if: github.repository == 'commaai/openpilot' steps: - name: Checkout uses: actions/checkout@v4