Skip to content

Commit

Permalink
trigger on changes to coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 18, 2024
1 parent 63daf8c commit d1ab622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ name: Automatic Tests
- '**pyproject.toml'
- requirements*.txt
- data/**
- scripts/coverage-log.tcl
- .github/workflows/test.yml
pull_request:
paths:
- lenskit/**.py
- '**pyproject.toml'
- requirements*.txt
- data/**
- scripts/coverage-log.tcl
- .github/workflows/test.yml
concurrency:
group: test-${{github.ref}}
Expand Down
1 change: 1 addition & 0 deletions lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"**pyproject.toml",
"requirements*.txt",
"data/**",
"scripts/coverage-log.tcl",
".github/workflows/test.yml",
]

Expand Down

0 comments on commit d1ab622

Please sign in to comment.