Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
# Don't run this check on PRs created by the cherry-pick bot,
# as the PR description is too short, but otherwise the PRs are fine.
branches-ignore:
- k8s-infra-cherrypick-robot/**

jobs:
verify:
Expand All @@ -14,5 +10,8 @@ jobs:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/[email protected]
# Don't run this step on PRs created by the cherry-pick bot,
# as the PR description is too short, but otherwise the PRs are fine.
if: ${{ github.event.pull_request.head.repo.owner.login != 'k8s-infra-cherrypick-robot' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}