[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: Update owlbot.py to exclude ci.yaml (#1909)
Browse files Browse the repository at this point in the history
Need owlbot to ignore `ci.yaml` so that changes in #1907 can persist.
  • Loading branch information
ddixit14 committed Dec 11, 2023
1 parent be00ce1 commit eece941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"checkstyle.xml",
"license-checks.xml",
".github/workflows/samples.yaml",
".kokoro/build.sh"
".kokoro/build.sh",
".github/workflows/ci.yaml"
]
)

0 comments on commit eece941

Please sign in to comment.