Skip to content

Commit

Permalink
Have fetcher tests running only if fetchers are touched
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 24, 2022
1 parent b638c2a commit 3759561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-fetchers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ on:
- 'build.gradle'
pull_request:
paths:
- 'src/main/java/org/jabref/logic/**'
- 'src/test/java/org/jabref/logic/**'
- 'src/main/java/org/jabref/model/**'
- 'src/test/java/org/jabref/model/**'
- 'src/main/java/org/jabref/logic/importer/fetcher/**'
- 'src/test/java/org/jabref/logic/importer/fetcher/**'
- '.github/workflows/tests-fetchers.yml'
- 'build.gradle'
schedule:
Expand Down

0 comments on commit 3759561

Please sign in to comment.