We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ddb3c commit a8ac145Copy full SHA for a8ac145
1 file changed
.github/workflows/ci.yaml
@@ -40,6 +40,14 @@ jobs:
40
src:
41
- '**/*.java'
42
- '**/pom.xml'
43
+ - '!java-bigquery/**'
44
+ - '!java-bigquerystorage/**'
45
+ - '!java-datastore/**'
46
+ - '!java-logging-logback/**'
47
+ - '!java-logging/**'
48
+ - '!java-spanner/**'
49
+ - '!java-storage/**'
50
+ - '!google-auth-library-java/**'
51
ci:
52
- '.github/workflows/ci.yaml'
53
- '.kokoro/**'
@@ -121,6 +129,8 @@ jobs:
121
129
# 2. Java code changes in upstream modules: Auth Library and Sdk-Platform-Java
122
130
# 3. Upstream dependency version changes: Shared-Deps and Gapic-Generator-Pom-Parent
123
131
filters: |
132
+ google-auth-library-java:
133
+ - 'google-auth-library-java/**'
124
134
java-bigquery:
125
135
- 'java-bigquery/**'
126
136
- 'google-auth-library-java/**/*.java'
0 commit comments