Skip to content

Commit fb7af91

Browse files
committed
ci: trigger java-cloud-bom workflows on sdk-platform-java and google-auth changes
1 parent 4ac9fc2 commit fb7af91

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/java-cloud-bom-bom-content-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
filters: |
2020
library:
2121
- 'java-cloud-bom/**'
22+
- 'sdk-platform-java/**'
23+
- 'google-auth-library-java/**'
2224
bom-content-test:
2325
needs: filter
2426
if: ${{ needs.filter.outputs.library == 'true' }}

.github/workflows/java-cloud-bom-ci-validate-bom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
filters: |
3535
library:
3636
- 'java-cloud-bom/**'
37+
- 'sdk-platform-java/**'
38+
- 'google-auth-library-java/**'
3739
test-invalid-bom:
3840
needs: filter
3941
if: ${{ needs.filter.outputs.library == 'true' }}

.github/workflows/java-cloud-bom-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
filters: |
3535
library:
3636
- 'java-cloud-bom/**'
37+
- 'sdk-platform-java/**'
38+
- 'google-auth-library-java/**'
3739
units:
3840
needs: filter
3941
if: ${{ needs.filter.outputs.library == 'true' }}

.github/workflows/java-cloud-bom-dashboard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
filters: |
2020
library:
2121
- 'java-cloud-bom/**'
22+
- 'sdk-platform-java/**'
23+
- 'google-auth-library-java/**'
2224
dashboard:
2325
needs: filter
2426
if: ${{ needs.filter.outputs.library == 'true' }}

0 commit comments

Comments
 (0)