This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch tibor17-gh-workflows-path
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/tibor17-gh-workflows-path by
this push:
new 75032a952 implicit expression "*/**" not needed
75032a952 is described below
commit 75032a952242755e0739b982bb682a9f18366545
Author: tibor17 <[email protected]>
AuthorDate: Mon Nov 10 18:51:47 2025 +0100
implicit expression "*/**" not needed
---
.github/workflows/maven-verify.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 30c7e6877..bd73eb43c 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -34,7 +34,6 @@ jobs:
verify-fail-fast: false
# Investigation reasons: Some tests generate custom files, standard
reports and logs.
failure-upload-path: |
- **/*
!**/pom.xml
!**/*.java
!**/*.class