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 6e33dd10a excluded site
6e33dd10a is described below
commit 6e33dd10addc3fa0a6622ddc9e6f07ddf7e46018
Author: tibor17 <[email protected]>
AuthorDate: Mon Nov 10 02:43:13 2025 +0100
excluded site
---
.github/workflows/maven-verify.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index dd92e6a3f..7e1b64ef3 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -41,5 +41,7 @@ jobs:
!**/*.tar.gz
!**/*.tgz
!**/*.zip
+ !**/target/site/*
+ !**/target/staging/*
timeout-minutes: 180
os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'