Skip to content

Commit

Permalink
Update autopep8.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowerBlackG authored Dec 29, 2024
1 parent f3b1b40 commit 875a4f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/autopep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

workflow_dispatch:

Expand Down Expand Up @@ -38,7 +35,7 @@ jobs:
git config --global user.name "autopep8-bot"
git config --global user.email "[email protected]"
git add .
git commit -m "Fix PEP 8 issues"
git commit -m "Fix PEP 8 issues [no ci]"
git push
if: ${{ success() }}

0 comments on commit 875a4f9

Please sign in to comment.