diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6603aab7..a09ebce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,14 +16,6 @@ concurrency: cancel-in-progress: true jobs: - pr-title: - runs-on: ubuntu-latest - if: github.event_name == 'pull_request' - steps: - - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.1 - with: - task_types: '["feat","fix","docs","test","ci","build","refactor","style","perf","chore","revert"]' matrix: runs-on: ubuntu-latest diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml new file mode 100644 index 00000000..1890a2f8 --- /dev/null +++ b/.github/workflows/conventional-commits.yml @@ -0,0 +1,19 @@ +name: Conventional Commits Linting + +on: + push: + branches: + - master + pull_request: + workflow_dispatch: + merge_group: + +jobs: + pr-title: + runs-on: ubuntu-latest + if: github.event_name == 'pull_request' + steps: + - name: PR Conventional Commit Validation + uses: ytanikin/pr-conventional-commits@1.4.1 + with: + task_types: '["feat","fix","docs","test","ci","build","refactor","style","perf","chore","revert"]' diff --git a/.github/workflows/nim-matrix.yml b/.github/workflows/nim-matrix.yml index b5d55415..590805f7 100644 --- a/.github/workflows/nim-matrix.yml +++ b/.github/workflows/nim-matrix.yml @@ -8,7 +8,7 @@ env: cache_nonce: 0 # Allows for easily busting actions/cache caches nim_version: pinned -jobs: +jobs: matrix: runs-on: ubuntu-latest outputs: