Skip to content

Commit

Permalink
Trigger e2e on action update
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Aug 5, 2024
1 parent 381989b commit f7300e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-llama-cpp-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
- ".github/workflows/e2e-llama-cpp-python.yaml"
- ".github/actions/uds-cluster/action.yaml"

# Ignore docs and website things
- "!**.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
- ".github/workflows/e2e-playwright.yaml"
- ".github/actions/uds-cluster/action.yaml"

# Ignore docs and website things
- "!**.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-text-embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
- ".github/workflows/e2e-text-embeddings.yaml"
- ".github/actions/uds-cluster/action.yaml"

# Ignore docs and website things
- "!**.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
- ".github/workflows/e2e-vllm.yaml"
- ".github/actions/uds-cluster/action.yaml"

# Ignore docs and website things
- "!**.md"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
# Ignore updates to the .github directory, unless it's this current file
- "!.github/**"
- ".github/workflows/e2e-whisper.yaml"
- ".github/actions/uds-cluster/action.yaml"

# Ignore docs and website things
- "!**.md"
Expand Down

0 comments on commit f7300e2

Please sign in to comment.