Skip to content

Commit eece941

Browse files
authored
chore: Update owlbot.py to exclude ci.yaml (#1909)
Need owlbot to ignore `ci.yaml` so that changes in #1907 can persist.
1 parent be00ce1 commit eece941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owlbot.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"checkstyle.xml",
2929
"license-checks.xml",
3030
".github/workflows/samples.yaml",
31-
".kokoro/build.sh"
31+
".kokoro/build.sh",
32+
".github/workflows/ci.yaml"
3233
]
3334
)

0 commit comments

Comments
 (0)