Skip to content

Commit 5cc14fa

Browse files
committed
removes auto commit (was not running if previous step failed, and mainly only works for main fork and I won't use it)
1 parent 6831eb8 commit 5cc14fa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
key: ${{ runner.os }}-${{ matrix.python-version }}-tox-${{ hashFiles('setup.py') }}-${{ hashFiles('setup.cfg') }} }}
4141
- name: Test with tox
4242
run: tox
43-
- name: Commit and Push to Pull Request
44-
if: matrix.python-version == 3.8
45-
run: |
46-
if [ -n "$(git status -s)" ]; then
47-
git add .
48-
git commit -m "✨ ⭐ Automated commit has been added to your pull request to fix formatting! ⭐ ✨"
49-
git push origin ${{ github.head_ref }}
50-
fi
5143
- uses: codecov/codecov-action@v4
5244
with:
5345
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)