ci: skip commit lint

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-09-15 16:12:28 +08:00
parent d8fd1fe4d2
commit 73d6955757
No known key found for this signature in database
GPG Key ID: 39DC4436AE3564D5

View File

@ -50,7 +50,6 @@ jobs:
echo "FROM=$FROM"
echo "TO=$TO"
npx commitlint --from "$FROM" --to "$TO" --verbose
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_BASE_SHA: ${{ github.event.pull_request.base.sha }}