Skip to content

Commit 4a19470

Browse files
authored
chore: Remove presubmit for sample tests if no change identified (#2169)
1 parent d0fe178 commit 4a19470

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.kokoro/samples-test.sh

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
common_templates = gcp.CommonTemplates()
6666
templates = common_templates.node_library(source_location='build/src')
67-
s.copy(templates)
67+
s.copy(templates, excludes=[".kokoro/samples-test.sh"])
6868

6969
node.postprocess_gapic_library_hermetic()
7070

0 commit comments

Comments
 (0)