diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 48c656a..dc97e9d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,21 +22,6 @@ concurrency: cancel-in-progress: true name: check jobs: - cog_check_job: - runs-on: ubuntu-latest - name: check conventional commit compliance - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - # pick the pr HEAD instead of the merge commit only if it's a PR, otherwise use the default - ref: ${{ github.event.pull_request.head.sha || github.sha }} - check-latest-tag-only: true - - - name: Conventional commit check - uses: cocogitto/cocogitto-action@v3 - with: - check-latest-tag-only: true fmt: runs-on: ubuntu-latest name: stable / fmt