diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml deleted file mode 100644 index e9820d0..0000000 --- a/.github/workflows/verify.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: verify - -on: - -permissions: - checks: write # Allow access to checks to write check runs. - -jobs: - verify: - runs-on: ubuntu-latest - name: verify PR contents - steps: - - name: Verifier action - id: verifier - uses: kubernetes-sigs/kubebuilder-release-tools@v0.4.3 - # 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.GH_TOKEN }}