chore: remove auto-commit and push steps from build workflow
All checks were successful
devranta build / Build (push) Successful in 58s
All checks were successful
devranta build / Build (push) Successful in 58s
This commit is contained in:
parent
b56841bb40
commit
5be3fa2f02
@ -21,11 +21,4 @@ jobs:
|
|||||||
run: make build
|
run: make build
|
||||||
- name: Test application
|
- name: Test application
|
||||||
run: make test
|
run: make test
|
||||||
- name: Push new packages
|
|
||||||
run: |
|
|
||||||
git add .
|
|
||||||
git config --global user.email "bot@molodetz.nl"
|
|
||||||
git config --global user.name "bot"
|
|
||||||
git commit -a -m "New build."
|
|
||||||
git push
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user