From acc5dbd603f41b3e2daa34e1ca63bfc653ac92dd Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 20 Nov 2022 17:28:01 +0100 Subject: [PATCH] GH build improvement - skip one build in matrix We need the same goal for first build and for build in the matrix in order to skip the same build. --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8e9fa9406..39d6743a4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,9 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: - ff-goal: '-P run-its install' + ff-goal: '-P run-its install' # site use project version for reporting ff-maven: "3.8.6" # Maven version for fail-fast-build + verify-goal: '-P run-its install' # should be the same as for first build maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds deploy: