Skip to content

Commit

Permalink
Merge branch 'main' into getEndpoint_returnsResolvedEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Apr 2, 2024
2 parents 565885b + 1457b7d commit 6a0c1d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ def get_target_libraries(
for library in config.libraries
if library.get_library_name() in target_libraries
]


if __name__ == "__main__":
main()
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
],
"ignorePaths": [
".kokoro/requirements.txt",
".github/workflows/**"
".github/workflows/approve-readme.yaml",
".github/workflows/ci.yaml",
".github/workflows/renovate_config_check.yaml",
".github/workflows/samples.yaml"
],
"customManagers": [
{
Expand Down

0 comments on commit 6a0c1d9

Please sign in to comment.