Skip to content

Commit

Permalink
Set paths to not run on unrelated PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Oct 30, 2024
1 parent c6c7321 commit e5675b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-llama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ name: Llama Benchmarking Tests
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/ci-llama.yaml'
- 'sharktank/**'
- '*requirements*.txt'
schedule:
# Weekdays at 5:00 AM UTC = 10:00 PM PST.
- cron: "0 5 * * 1-5"
Expand Down

0 comments on commit e5675b6

Please sign in to comment.