Skip to content

Commit

Permalink
gradle depends on some maven, so run gradle tests when maven changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Sep 6, 2022
1 parent 588aa78 commit dcf30fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
gradle:
- Dockerfile
- 'common/**'
- 'maven/**'
- 'gradle/**'
hex:
- Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
gradle:
- Dockerfile
- 'common/**'
- 'maven/**'
- 'gradle/**'
hex:
- Dockerfile
Expand Down

0 comments on commit dcf30fe

Please sign in to comment.