openpilot isn't required for a car port PR (#33383)

* disable car docs diff

* mv routes.py

* bump opendbc
old-commit-hash: 48bceb2bbf
This commit is contained in:
Adeeb Shihadeh
2024-08-26 17:12:01 -07:00
committed by GitHub
parent 696d4c8450
commit 55bae8feef
7 changed files with 7 additions and 300 deletions

View File

@@ -281,7 +281,8 @@ jobs:
car_docs_diff:
name: PR comments
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
#if: github.event_name == 'pull_request'
if: false # TODO: run this in opendbc?
steps:
- uses: actions/checkout@v4
with: