Skip to content

Commit 20ceff9

Browse files
committed
Merge branch 'lqiu96-patch-1' of github.com:googleapis/google-cloud-java into lqiu96-patch-1
2 parents af28512 + 33819eb commit 20ceff9

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,21 @@ name: sdk-platform-java Downstream Protobuf Compatibility Check Nightly
1616
env:
1717
BUILD_SUBDIR: sdk-platform-java
1818
jobs:
19-
filter:
20-
runs-on: ubuntu-latest
21-
outputs:
22-
library: ${{ steps.filter.outputs.library }}
23-
steps:
24-
- uses: actions/checkout@v4
25-
- uses: dorny/paths-filter@v3
26-
id: filter
27-
with:
28-
filters: |
29-
library:
30-
- 'sdk-platform-java/**'
3119
downstream-protobuf-test:
32-
needs: filter
3320
# This job runs if any of the three conditions match:
3421
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-main)
3522
# 2. Job is invoked by the nightly job (scheduled event)
3623
# 3. Job is manually invoked via Github UI (workflow_dispatch event)
37-
if: needs.filter.outputs.library == 'true' && (github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
24+
if: github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
3825
runs-on: ubuntu-22.04
3926
strategy:
4027
fail-fast: false
4128
matrix:
4229
repo:
43-
- google-cloud-java
4430
- java-bigtable
45-
- java-bigquery
4631
- java-firestore
4732
- java-pubsub
4833
- java-pubsublite
49-
- java-spanner-jdbc
50-
- java-spanner
5134
- java-storage
5235
- java-storage-nio
5336
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know

0 commit comments

Comments
 (0)