turn off codeflash (#2614)

This commit is contained in:
Shuchang Zheng
2025-06-05 14:56:04 -07:00
committed by GitHub
parent 721ed50116
commit 64f885907c

View File

@@ -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 }}