diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index ebf97e5..7e04533 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -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