From dfc21a468d089c7be5fe0aaa65bb918d96177fc6 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 6 Sep 2025 15:46:19 -0400 Subject: [PATCH] disable reset and squash for master-tici --- .github/workflows/sunnypilot-master-dev-c3-prep.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/sunnypilot-master-dev-c3-prep.yaml b/.github/workflows/sunnypilot-master-dev-c3-prep.yaml index 9b5eff2dd7..bbf02a71f4 100644 --- a/.github/workflows/sunnypilot-master-dev-c3-prep.yaml +++ b/.github/workflows/sunnypilot-master-dev-c3-prep.yaml @@ -40,11 +40,7 @@ concurrency: jobs: reset-and-squash: runs-on: ubuntu-latest - if: ( - (github.event_name == 'workflow_dispatch') - || (github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)) - || (contains(github.event_name, 'pull_request') && ((github.event.action == 'labeled' && (github.event.label.name == 'dev-c3' || github.event.label.name == 'trust-fork-pr') && contains(github.event.pull_request.labels.*.name, 'dev-c3')))) - ) + if: False steps: - uses: actions/checkout@v4 with: