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 e454b1e commit 1443660Copy full SHA for 1443660
.github/workflows/hermetic_library_generation.yaml
@@ -15,7 +15,9 @@
15
# downstream client libraries before they are released.
16
name: Hermetic library generation upon generation config change through pull requests
17
on:
18
- pull_request:
+ # TODO: uncomment this before merging to prevent a formatting regression
19
+ #pull_request:
20
+ workflow_dispatch:
21
22
env:
23
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments