diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce00633d..d219b662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,9 @@ jobs: # Only run on push to main branch (never on PRs, workflow_dispatch, etc.) if: github.event_name == 'push' && github.ref == 'refs/heads/main' environment: npm-publish + concurrency: + group: ${{ github.workflow }}-release + cancel-in-progress: false permissions: contents: write # Needed for git push id-token: write # Needed for npm publish diff --git a/commitlint.config.js b/commitlint.config.js index 9367837b..8794c1e7 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -21,6 +21,7 @@ module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'scope-case': [0], + 'body-max-line-length': [0], 'scope-full-name-for-versioning': [2, 'always'], }, plugins: [