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' ]