Skip to content

Commit

Permalink
chore: Remove presubmit for sample tests if no change identified (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 authored Oct 21, 2024
1 parent d0fe178 commit 4a19470
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .kokoro/samples-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

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

node.postprocess_gapic_library_hermetic()

Expand Down

0 comments on commit 4a19470

Please sign in to comment.