turn off codeflash (#2614)
This commit is contained in:
4
.github/workflows/codeflash.yaml
vendored
4
.github/workflows/codeflash.yaml
vendored
@@ -12,8 +12,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
optimize:
|
optimize:
|
||||||
name: Optimize new Python code in this PR
|
name: Optimize new Python code in this PR
|
||||||
# Don't run codeflash on codeflash-ai[bot] commits, prevent duplicate optimizations
|
# 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user