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

Commit f572456

Browse files
authored
chore: fix ignore regex in owlbot.yaml (#2671)
* chore: fix ignore regex in owlbot.yaml * re-add samples to owlbot.py * fix regex format
1 parent 8a9f259 commit f572456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/.OwlBot.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
1616

1717
deep-preserve-regex:
18-
- /\.kokoro/samples-test\.sh
18+
- /.kokoro/samples-test.sh
1919

2020

2121
begin-after-commit-hash: 674a41e0de2869f44f45eb7b1a605852a5394bba
22-

0 commit comments

Comments
 (0)