From 394f580f161195f135c2b5c3723db9c7bab06147 Mon Sep 17 00:00:00 2001 From: Najib Muhammad Date: Thu, 27 Nov 2025 11:26:29 +0100 Subject: [PATCH] fix the CI Weekly Report workflow so it does not fail on forks (#36664) --- .github/workflows/ci_weekly_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_weekly_report.yaml b/.github/workflows/ci_weekly_report.yaml index 9821283cb5..37a46b2096 100644 --- a/.github/workflows/ci_weekly_report.yaml +++ b/.github/workflows/ci_weekly_report.yaml @@ -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