fix: turn off commitlint job (#304)

This commit is contained in:
Quang (Albert) 2024-09-18 09:48:54 +07:00 committed by GitHub
parent 7762190d05
commit d6a9510441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ jobs:
delete: true
commitlint:
if: false # Disable this job for now
name: Validate commit messages
runs-on: ubuntu-latest
permissions: write-all