Skip to content

Commit 1443660

Browse files
committed
temporarily prevent cloud java bot updates
1 parent e454b1e commit 1443660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
# downstream client libraries before they are released.
1616
name: Hermetic library generation upon generation config change through pull requests
1717
on:
18-
pull_request:
18+
# TODO: uncomment this before merging to prevent a formatting regression
19+
#pull_request:
20+
workflow_dispatch:
1921

2022
env:
2123
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)