From 08216c1ea4b0302f0a7e703ab06a24b9e61b82f0 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 2 Aug 2025 02:04:25 -0400 Subject: [PATCH] ci: update cereal validation repo reference to sunnypilot (#1108) --- .github/workflows/cereal_validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cereal_validation.yaml b/.github/workflows/cereal_validation.yaml index 9833f472f..45c67267a 100644 --- a/.github/workflows/cereal_validation.yaml +++ b/.github/workflows/cereal_validation.yaml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: 'commaai/openpilot' + repository: 'sunnypilot/sunnypilot' submodules: true ref: "refs/heads/master" - uses: ./.github/workflows/setup-with-retry