This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch only-ff-build in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit ab66b9a082e2a4d8c5458acfcd2113de8e97be92 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Jul 2 23:51:19 2024 +0200 Disable matrix build on GitHub --- .github/workflows/maven-verify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..29acf20 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + matrix-enabled: false +
