mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 00:25:57 +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:
|
||||
run-eval-benchmark-prod:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||
steps:
|
||||
- name: 'Install dependencies'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user