From 5be3fa2f02aa379d3410e8888decdae643e341d2 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 14 Dec 2024 21:30:34 +0000 Subject: [PATCH] chore: remove auto-commit and push steps from build workflow --- .gitea/workflows/build.yaml | 7 ------- 1 file changed, 7 deletions(-) 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