We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60773a commit 895ff8dCopy full SHA for 895ff8d
.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest: sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6
+ digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
owlbot.py
@@ -85,6 +85,9 @@
85
86
s.remove_staging_dirs()
87
88
+# Remove this line once the owlbot post processor runs
89
+has_generator_updates = True
90
+
91
# only run post processor when there are changes to the generated code
92
if has_generator_updates:
93
0 commit comments