Skip to content

Commit e6951fe

Browse files
committed
fix the CI Weekly Report workflow so it does not fail on forks
1 parent 38697ac commit e6951fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_weekly_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
report:
3939
needs: [ci_matrix_run]
4040
runs-on: ubuntu-latest
41-
if: always()
41+
if: always() && github.repository == 'commaai/openpilot'
4242
steps:
4343
- name: Get job results
4444
uses: actions/github-script@v7

0 commit comments

Comments
 (0)