We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f689e commit ea4d580Copy full SHA for ea4d580
1 file changed
.github/workflows/hermetic_library_generation.yaml
@@ -15,9 +15,7 @@
15
# downstream client libraries before they are released.
16
name: Hermetic library generation upon generation config change through pull requests
17
on:
18
- # TODO: uncomment this before merging to prevent a formatting regression
19
- #pull_request:
20
- workflow_dispatch:
+ pull_request:
21
22
env:
23
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments