Re-enable codeflash optimizations (#2891)

This commit is contained in:
Saurabh Misra
2025-07-07 19:25:02 -07:00
committed by GitHub
parent 95ab8295ce
commit d63053835f

View File

@@ -12,8 +12,7 @@ concurrency:
jobs: jobs:
optimize: optimize:
name: Optimize new Python code in this PR name: Optimize new Python code in this PR
# Disable the workflow by adding a condition that will never be true if: ${{ github.actor != 'codeflash-ai[bot]' }}
if: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }} CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}