Skip to content

Commit

Permalink
Merge pull request #124723 from dims/drop-typecheck-providerless-veri…
Browse files Browse the repository at this point in the history
…fication

Drop typecheck-providerless verification
  • Loading branch information
k8s-ci-robot committed May 8, 2024
2 parents 74ae6d1 + fa7cdf8 commit 7947052
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion hack/make-rules/verify.sh
Expand Up @@ -43,7 +43,6 @@ EXCLUDED_PATTERNS=(
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
EXCLUDED_PATTERNS+=(
"verify-typecheck.sh" # runs in separate typecheck job
"verify-typecheck-providerless.sh" # runs in separate typecheck job
)
fi

Expand Down
44 changes: 0 additions & 44 deletions hack/verify-typecheck-providerless.sh

This file was deleted.

0 comments on commit 7947052

Please sign in to comment.