We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0323b6 commit ca53ffbCopy full SHA for ca53ffb
1 file changed
.github/workflows/generated_files_sync.yaml
@@ -164,13 +164,15 @@ jobs:
164
165
# java/com/google : This is the standard package
166
# samples : Samples are not shipped as a library
167
+ # benchmark : Benchmarking tests are not shipped as a library
168
# grafeas : java-grafeas is known to have special package name
169
# cloud-build v2 : java_package was not configured when we published
170
# the Cloud Build V2 client library
171
# the rest : the same as above
172
invalid_files=$(find . -name '*.java' \
173
|grep --invert-match 'java/com/google' \
174
|grep --invert-match samples \
175
+ |grep --invert-match benchmark \
176
|grep --invert-match grafeas \
177
|grep --invert-match 'cloud-build.*v2' \
178
|grep --invert-match 'google/monitoring/v3/DroppedLabelsOuterClass.java' \
0 commit comments