From 64f885907c08a259a4ee782cd439ca56719a3b73 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 5 Jun 2025 14:56:04 -0700 Subject: [PATCH] turn off codeflash (#2614) --- .github/workflows/codeflash.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeflash.yaml b/.github/workflows/codeflash.yaml index 33461af5..ac168de7 100644 --- a/.github/workflows/codeflash.yaml +++ b/.github/workflows/codeflash.yaml @@ -12,8 +12,8 @@ concurrency: jobs: optimize: name: Optimize new Python code in this PR - # Don't run codeflash on codeflash-ai[bot] commits, prevent duplicate optimizations - if: ${{ github.actor != 'codeflash-ai[bot]' }} + # Disable the workflow by adding a condition that will never be true + if: false runs-on: ubuntu-latest env: CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}