diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index bc1b8d5..1083cbf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,11 +21,4 @@ jobs: run: make build - name: Test application 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