Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master--componen…
Browse files Browse the repository at this point in the history
…ts--parent

Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr committed Jul 27, 2023
2 parents abd86c2 + ae3eb26 commit 3959ef8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/java.build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
# Expose matched filters as job 'packages' output variable
modules: ${{ steps.filter.outputs.changes }}
steps:
- uses: dorny/paths-filter@v2
- name: Checkout repository
uses: actions/checkout@v3
- name: Check which modules are affected
uses: dorny/paths-filter@v2
id: filter
with:
filters: |
Expand Down

0 comments on commit 3959ef8

Please sign in to comment.