Skip to content

Commit

Permalink
chore: deconflict e2e workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Jul 26, 2024
1 parent 0c287b1 commit 3732fbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-llama-cpp-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ concurrency:
cancel-in-progress: true

jobs:
e2e_2:
e2e_llama:
runs-on: ai-ubuntu-big-boy-8-core
if: ${{ !github.event.pull_request.draft }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ concurrency:
cancel-in-progress: true

jobs:
e2e_1:
e2e_playright:
runs-on: ai-ubuntu-big-boy-8-core
if: ${{ !github.event.pull_request.draft }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-text-embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ concurrency:
cancel-in-progress: true

jobs:
e2e_2:
e2e_text_embeddings:
runs-on: ai-ubuntu-big-boy-8-core
if: ${{ !github.event.pull_request.draft }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ concurrency:
cancel-in-progress: true

jobs:
e2e_1:
e2e_vllm:
runs-on: ai-ubuntu-big-boy-8-core
if: ${{ !github.event.pull_request.draft }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ concurrency:
cancel-in-progress: true

jobs:
e2e_2:
e2e_whisper:
runs-on: ai-ubuntu-big-boy-8-core
if: ${{ !github.event.pull_request.draft }}

Expand Down

0 comments on commit 3732fbc

Please sign in to comment.