This commit is contained in:
Alexey Milovidov 2024-01-18 01:36:48 +01:00
parent 61101d1a57
commit b9f8fff623
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ jobs:
checkout_depth: 0 checkout_depth: 0
data: ${{ needs.RunConfig.outputs.data }} data: ${{ needs.RunConfig.outputs.data }}
BuilderDebReleaseCoverage: BuilderDebReleaseCoverage:
needs: [ RunConfig, BuildDockers ] needs: [RunConfig, BuildDockers]
if: ${{ !failure() && !cancelled() }} if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/reusable_build.yml uses: ./.github/workflows/reusable_build.yml
with: with:

View File

@ -147,7 +147,7 @@ jobs:
checkout_depth: 0 checkout_depth: 0
data: ${{ needs.RunConfig.outputs.data }} data: ${{ needs.RunConfig.outputs.data }}
BuilderDebReleaseCoverage: BuilderDebReleaseCoverage:
needs: [ RunConfig, FastTest ] needs: [RunConfig, FastTest]
if: ${{ !failure() && !cancelled() }} if: ${{ !failure() && !cancelled() }}
uses: ./.github/workflows/reusable_build.yml uses: ./.github/workflows/reusable_build.yml
with: with: