Skip to content

Commit

Permalink
🌱 move pr title checker to be under test with ther others checks (kub…
Browse files Browse the repository at this point in the history
…ernetes-sigs#4099)

move pr title checker to be under test with ther others checks
  • Loading branch information
camilamacedo86 authored Aug 24, 2024
1 parent eb0f00b commit d47b048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run PR Title Checker
id: check_title
run: |
./hack/ci/pr_title_checker.sh "${{ env.title }}"
./test/pr-title-checker.sh "${{ env.title }}"
File renamed without changes.

0 comments on commit d47b048

Please sign in to comment.