This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push:
new 62ae657 Allow to disable matrix build - docs
62ae657 is described below
commit 62ae657bdb42d83beb20b1529dace4c29761be34
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Jul 3 19:21:12 2024 +0200
Allow to disable matrix build - docs
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index a72519e..f90459f 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,14 @@ We can store some logs of execution in case of failure as
workflow attachments:
verify-goal: 'verify' # only needed if project doesn't have a run-its
profile
```
+## Disable matrix build - only fail-fast build
+
+```yaml
+...
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ matrix-enabled: false
+```
## More options