Skip to content

Commit 1465f8f

Browse files
committed
lock only force-regenerate on the codegen PR
1 parent f5d7288 commit 1465f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
base_ref: ${{ github.base_ref }}
4444
head_ref: ${{ github.head_ref }}
4545
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
46-
force_regenerate_all: ${{ github.event.pull_request.head.ref == 'snapshot-generator' }}
46+
force_regenerate_all: ${{ github.event.pull_request.head.ref == 'generate-libraries-main' }}
4747
image_tag: 2.68.1-SNAPSHOT # {x-version-update:gapic-generator-java:current}

0 commit comments

Comments
 (0)