Skip to content

Commit

Permalink
ci(python): change commit pattern on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Sep 26, 2023
1 parent d505d52 commit f58edc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 ./python --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Release Python
if: ${{ contains(env.commitmsg, '(python)') }}
if: ${{ contains(env.commitmsg, 'python') }}
run: |
cd python
pip install packaging
Expand Down

0 comments on commit f58edc1

Please sign in to comment.