Skip to content

Commit 374a3fa

Browse files
authored
ci: trigger sdk-platform-java CI on google-auth-library-java changes (#12775)
This PR updates the path filter in `sdk-platform-java-ci.yaml` to include `google-auth-library-java/**`. This ensures that any changes to the auth library will also trigger the CI build for the SDK platform.
1 parent d9c881d commit 374a3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdk-platform-java-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
filters: |
1818
library:
1919
- 'sdk-platform-java/**'
20+
- 'google-auth-library-java/**'
2021
build:
2122
needs: filter
2223
if: ${{ needs.filter.outputs.library == 'true' }}

0 commit comments

Comments
 (0)