Skip to content

Commit

Permalink
chore: Remove "review_requested" as trigger to prevent unintentional…
Browse files Browse the repository at this point in the history
… test re-runs

* This removes review_requested as a trigger from all test workflows. This prevents accidental re-running of tests when requesting re-review of PRs.
* Our existing triggers cover switching from a draft PR, updates to the branch head, and milestoning.
  • Loading branch information
CollectiveUnicorn committed Aug 5, 2024
1 parent 941da3a commit 4c20d9e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-llama-cpp-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-text-embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
types:
- ready_for_review
- review_requested
- synchronize
- milestoned
paths:
Expand Down

0 comments on commit 4c20d9e

Please sign in to comment.