Skip to content

Commit 376afaf

Browse files
committed
build: extra tag job doesn't need filter
1 parent f69afa9 commit 376afaf

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,7 @@ on:
88
env:
99
BUILD_SUBDIR: sdk-platform-java
1010
jobs:
11-
filter:
12-
runs-on: ubuntu-latest
13-
outputs:
14-
library: ${{ steps.filter.outputs.library }}
15-
steps:
16-
- uses: actions/checkout@v4
17-
- uses: dorny/paths-filter@v3
18-
id: filter
19-
with:
20-
filters: |
21-
library:
22-
- 'sdk-platform-java/**'
2311
build:
24-
needs: filter
25-
if: ${{ needs.filter.outputs.library == 'true' }}
2612
runs-on: ubuntu-latest
2713
permissions:
2814
# Permission to create tag

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
repo:
44-
- google-cloud-java
4544
- java-bigtable
46-
- java-bigquery
4745
- java-firestore
4846
- java-pubsub
4947
- java-pubsublite
50-
- java-spanner-jdbc
51-
- java-spanner
5248
- java-storage
5349
- java-storage-nio
5450
# Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
repo:
3434
- java-bigtable
3535
- java-firestore
36-
- java-logging
3736
steps:
3837
- name: Checkout sdk-platform-java
3938
uses: actions/checkout@v3

0 commit comments

Comments
 (0)