Skip to content

Commit 96fd4d4

Browse files
committed
Only push the formatted code if we are on latest CI.
1 parent fe84d96 commit 96fd4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nameless_push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
5555
- name: Push the formatted code if needed.
5656
uses: stefanzweifel/git-auto-commit-action@v5
57+
if: ${{ matrix.python-version == '3.13' }}
5758
with:
5859
commit_message: "[ci skip] Automated code format commit."

0 commit comments

Comments
 (0)