1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

fix ci: missing needs in github action yaml (#4146)

This commit is contained in:
Philipp Stehle 2022-12-12 08:55:38 +01:00 committed by GitHub
parent fb9784dd67
commit 2a18b9dc29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ jobs:
needs:
- build_piper
- build_integration_tests
- start
strategy:
fail-fast: true
matrix: ${{ fromJson(needs.build_integration_tests.outputs.matrix) }}

View File

@ -92,6 +92,7 @@ jobs:
needs:
- build_piper
- build_integration_tests
- start
strategy:
fail-fast: true
matrix: ${{ fromJson(needs.build_integration_tests.outputs.matrix) }}