mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 20:25:56 +08:00
Update eval-prod.yml
This commit is contained in:
parent
04127cca64
commit
d211240f58
2
.github/workflows/eval-prod.yml
vendored
2
.github/workflows/eval-prod.yml
vendored
@ -17,7 +17,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
run-eval-benchmark-prod:
|
run-eval-benchmark-prod:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user