Skip to content

Commit ccba46e

Browse files
authored
Merge pull request #7908 from sbueringer/pr-bump-kubebuilder-release-tools
🌱 Bump kubebuilder-release-tools to v0.3.0, start running it on cherry-pick PRs
2 parents e6a6218 + bd9d66f commit ccba46e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
steps:
1515
- name: Verifier action
1616
id: verifier
17-
uses: kubernetes-sigs/[email protected]
18-
# Don't run this step on PRs created by the cherry-pick bot,
19-
# as the PR description is too short, but otherwise the PRs are fine.
20-
if: ${{ github.event.pull_request.head.repo.owner.login != 'k8s-infra-cherrypick-robot' }}
17+
uses: kubernetes-sigs/kubebuilder-release-tools@e90dee822876042e99b7584f99a9cc9f9d74ed17 # tag=v0.3.0
2118
with:
2219
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)