Skip to content

Commit

Permalink
Merge pull request kubeagi#740 from Lanture1064/dev
Browse files Browse the repository at this point in the history
fix: eval image build action
  • Loading branch information
bjwswang authored Feb 22, 2024
2 parents 5eb81e0 + 0423dbb commit d1f9708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eval_image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [main]
paths:
- 'deploy/evaluation/Dockerfile'
- 'pkg'
- 'pypi/ragas_once'
- 'pkg/**'
- 'pypi/ragas_once/**'
workflow_dispatch:
env:
PYTHON_INDEX_URL: https://pypi.org/simple
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/eval_image_build_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build KubeAGI Evaluation Image
name: Test Build KubeAGI Evaluation Image

on:
pull_request:
branches: [main]
paths:
- 'deploy/evaluation/Dockerfile'
- 'pkg'
- 'pypi/ragas_once'
- 'pkg/**'
- 'pypi/ragas_once/**'
workflow_dispatch:
env:
PYTHON_INDEX_URL: https://pypi.org/simple
Expand Down

0 comments on commit d1f9708

Please sign in to comment.