From b70bbe81bd157baeec56213a14b0a4dcf086c211 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 27 Aug 2020 10:02:07 -0700 Subject: [PATCH] chore: ignore samples presubmits (#277) This repo does not have samples so skip the samples presubmit checks. --- synth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synth.py b/synth.py index 646372929e..b936244fc3 100644 --- a/synth.py +++ b/synth.py @@ -21,5 +21,6 @@ java.common_templates(excludes=[ 'README.md', 'samples/*', + '.github/workflows/samples.yaml', ])