fix the CI Weekly Report workflow so it does not fail on forks (#36664)

This commit is contained in:
Najib Muhammad
2025-11-27 11:26:29 +01:00
committed by GitHub
parent 4ef82c4119
commit 394f580f16

View File

@@ -38,7 +38,7 @@ jobs:
report:
needs: [ci_matrix_run]
runs-on: ubuntu-latest
if: always()
if: always() && github.repository == 'commaai/openpilot'
steps:
- name: Get job results
uses: actions/github-script@v7