We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1af311 commit 42dd4b2Copy full SHA for 42dd4b2
.github/workflows/cd.yml
@@ -27,22 +27,8 @@ concurrency:
27
28
jobs:
29
30
- commitlint:
31
- # Only run for non-draft PRs or direct pushes
32
- if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
33
- runs-on: ubuntu-latest
34
- steps:
35
- - name: Checkout Repository
36
- uses: actions/checkout@v4
37
- with:
38
- fetch-depth: 100
39
-
40
- - name: Commitlint
41
- uses: wagoid/commitlint-github-action@v6
42
43
semantic-release:
44
runs-on: ubuntu-latest
45
- needs: commitlint
46
steps:
47
- name: Checkout Repository at workflow SHA
48
uses: actions/checkout@v4
0 commit comments