build: ignore commit check

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-09-18 17:59:42 +08:00
parent cf5d597bb6
commit d659ab7f38
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 }}