We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84d96 commit 96fd4d4Copy full SHA for 96fd4d4
.github/workflows/nameless_push.yml
@@ -54,5 +54,6 @@ jobs:
54
55
- name: Push the formatted code if needed.
56
uses: stefanzweifel/git-auto-commit-action@v5
57
+ if: ${{ matrix.python-version == '3.13' }}
58
with:
59
commit_message: "[ci skip] Automated code format commit."
0 commit comments