File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -16,38 +16,21 @@ name: sdk-platform-java Downstream Protobuf Compatibility Check Nightly
1616env :
1717 BUILD_SUBDIR : sdk-platform-java
1818jobs :
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
You can’t perform that action at this time.
0 commit comments