Skip to content

Commit

Permalink
Fix job dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Nov 10, 2023
1 parent 8e129e5 commit 47572f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
sleep 2
sonarcloud:
needs: [ prepare_coverage_results ]
needs: [ unit_integration_tests ]
if: ${{ always() && inputs.report_sonarcloud }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 47572f5

Please sign in to comment.