Skip to content

Commit 79beb1f

Browse files
committed
chore(bigquery-storage): fix post processing script
1 parent 6ff17c9 commit 79beb1f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/regenerate-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
permissions:
912
contents: read

.librarian/generator-input/client-post-processing/bigquery-storage-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ replacements:
3333
]
3434
before: |
3535
\ # Install all dependencies\n session.install\("-e", "\."\)
36-
after: |
36+
after: |2
3737
# Install all dependencies
3838
session.install("-e", f".[{','.join(UNIT_TEST_EXTRAS)}]")
3939
count: 2

0 commit comments

Comments
 (0)