Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 0d85c26

Browse files
committed
chore(owlbot): Exclude .kokoro/presubmit/presubmit.cfg from templated files
1 parent d6b5ec2 commit 0d85c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_staging_dirs(
109109
)
110110
s.move(
111111
templated_files,
112-
excludes=["docs/multiprocessing.rst", ".coveragerc", ".github/CODEOOWNERS", ".github/release-please.yml", ".kokoro/presubmit/system-3.8.cfg"],
112+
excludes=["docs/multiprocessing.rst", ".coveragerc", ".github/CODEOOWNERS", ".github/release-please.yml", ".kokoro/presubmit/system-3.8.cfg", ".kokoro/presubmit/presubmit.cfg"],
113113
)
114114

115115
python.py_samples(skip_readmes=True)

0 commit comments

Comments
 (0)