Skip to content

Commit 0585c75

Browse files
authored
remove job: Push to repository on success
1 parent 03f7f45 commit 0585c75

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,7 @@ jobs:
6868
- name: run tests
6969
run: make test
7070
- name: list all files
71-
run: find .
72-
- name: Push to repository on success
73-
if: success()
74-
run: |
75-
mv bin/mp bin/linux_x86_64
76-
if [[ $(git status --porcelain) ]]; then
77-
git config --global user.name "github-actions[bot]"
78-
git config --global user.email "github-actions[bot]@noreply.github.com"
79-
git commit -am "Automatic commit from GitHub Actions"
80-
# git push origin master
81-
git push
82-
else
83-
echo "No changes to commit."
84-
fi
71+
run: find .
8572
- name: store logs from failed tests
8673
if: failure()
8774
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)