Skip to content

Commit

Permalink
fix: Fix Codeflash on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 5, 2025
1 parent 5183a0f commit 674f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeflash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
optimize:
name: Optimize new Python code in this PR
if: ${{ github.actor != 'codeflash-ai[bot]' }}
if: ${{ github.actor == 'codeflash-ai[bot]' }}
runs-on: ubuntu-latest
env:
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
Expand Down

0 comments on commit 674f581

Please sign in to comment.