From c4d864b71261537beb3219b4df3413c8420e29ae Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:37:54 +0200 Subject: [PATCH] correction --- .github/workflows/maven-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 617d42e63..7782787d0 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -73,7 +73,7 @@ jobs: scan-repository: runs-on: ubuntu-latest - needs: Build_and_push + needs: Build_Container_and_push_to_Artifactory strategy: matrix: # The repository scanning will be triggered periodically on the following branches. @@ -120,6 +120,7 @@ jobs: test-action: runs-on: ubuntu-latest + needs: Build_Container_and_push_to_Artifactory strategy: matrix: java: [ '21' ]