mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Re-enable codeflash optimizations (#2891)
This commit is contained in:
parent
95ab8295ce
commit
d63053835f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/codeflash.yaml
vendored
3
.github/workflows/codeflash.yaml
vendored
|
|
@ -12,8 +12,7 @@ concurrency:
|
|||
jobs:
|
||||
optimize:
|
||||
name: Optimize new Python code in this PR
|
||||
# Disable the workflow by adding a condition that will never be true
|
||||
if: false
|
||||
if: ${{ github.actor != 'codeflash-ai[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue