From e5eae17ec9b1944469062f0e3f265cdc9875eb7c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 24 Aug 2026 21:33:32 -0400 Subject: [PATCH] ew --- .github/workflows/sunnypilot-build-prebuilt.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index 75e32ed156..79ec291689 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -523,15 +523,12 @@ jobs: notify: needs: - prepare_strategy - - build - publish - publish_chestnut - - prepare_chestnut - - prepare_small_model - - prepare_dm_model runs-on: ubuntu-24.04 if: ${{ (always() && !cancelled() && !failure()) && needs.publish.result == 'success' + && (needs.publish_chestnut.result == 'success' || needs.publish_chestnut.result == 'skipped') && (!contains(github.event_name, 'pull_request') || (github.event.action == 'labeled' && github.event.label.name == 'prebuilt')) && (fromJSON(vars.DEV_FEEDBACK_NOTIFICATION_BRANCHES_V2)[github.head_ref || github.ref_name] != null) }} steps: