This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 71177e85489b4de2acbcd744368038e2dddfe795
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 15 14:25:42 2024 +0200

    Remove redundant `process-sources` goal from 
`merge-dependabot-reusable.yaml`
---
 .github/workflows/merge-dependabot-reusable.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/merge-dependabot-reusable.yaml 
b/.github/workflows/merge-dependabot-reusable.yaml
index 21e2192..729487c 100644
--- a/.github/workflows/merge-dependabot-reusable.yaml
+++ b/.github/workflows/merge-dependabot-reusable.yaml
@@ -112,13 +112,6 @@ jobs:
           EOF
           fi
 
-      - name: Generate sources
-        shell: bash
-        run: |
-          ./mvnw \
-            --non-recursive --show-version --batch-mode --errors 
--no-transfer-progress \
-            process-sources
-
       - name: Add & commit changes
         shell: bash
         env:

Reply via email to