From 9b391dbc7ba953d955a2929773d5ca9be86a7b1e Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:12:12 +0200 Subject: [PATCH] final version 3 --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index b904bdd81..6b98c425c 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -98,7 +98,7 @@ jobs: test-action: runs-on: ubuntu-latest - needs: Build_Container_and_push_to_Artifactory + needs: build-and-tag strategy: matrix: java: [ '21' ]