We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357c62e commit f3d28e9Copy full SHA for f3d28e9
1 file changed
.github/workflows/regenerate-all.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
9
permissions:
10
contents: read
@@ -41,6 +42,11 @@ jobs:
41
42
version=$(sed -n 's/^version: *//p' librarian.yaml)
43
go run "github.com/googleapis/librarian/cmd/librarian@${version}" install
44
45
+ - name: Pre-populate Synthtool Cache
46
+ run: |
47
+ mkdir -p ~/.cache/synthtool
48
+ git clone --recurse-submodules --single-branch https://github.com/googleapis/synthtool.git ~/.cache/synthtool/synthtool
49
+
50
- name: Regenerate
51
run: |
52
0 commit comments