Skip to content

Commit

Permalink
Merge pull request #6694 from sbueringer/pr-disable-verify-on-bot
Browse files Browse the repository at this point in the history
🌱 Disable verify action on cherry-pick bot PRs
  • Loading branch information
k8s-ci-robot authored Jun 21, 2022
2 parents 474bc46 + e55409e commit 607d267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
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 Down

0 comments on commit 607d267

Please sign in to comment.