fix: turn off commitlint job (#304)
This commit is contained in:
parent
7762190d05
commit
d6a9510441
1
.github/workflows/pr-lint.yaml
vendored
1
.github/workflows/pr-lint.yaml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
||||||
delete: true
|
delete: true
|
||||||
|
|
||||||
commitlint:
|
commitlint:
|
||||||
|
if: false # Disable this job for now
|
||||||
name: Validate commit messages
|
name: Validate commit messages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user