Skip to content

Commit

Permalink
chore(ci): disable conventional-commits check
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jul 17, 2024
1 parent 81b8136 commit 0ebb0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: conventional commits
uses: webiny/[email protected]
with:
allowed-commit-types: "build,chore,ci,docs,feat,fix,perf,refactor,style,test"
# - name: conventional commits
# uses: webiny/[email protected]
# with:
# allowed-commit-types: "build,chore,ci,docs,feat,fix,perf,refactor,style,test"
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0ebb0a1

Please sign in to comment.