We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb281a commit 13449e1Copy full SHA for 13449e1
.github/workflows/generated_files_sync.yaml
@@ -170,6 +170,7 @@ jobs:
170
# the rest : the same as above
171
invalid_files=$(find . -name '*.java' \
172
|grep --invert-match 'java/com/google' \
173
+ |grep --invert-match 'javatests/com/google' \
174
|grep --invert-match samples \
175
|grep --invert-match grafeas \
176
|grep --invert-match 'cloud-build.*v2' \
0 commit comments