CI: Run all tests in parallel in PRs

This commit is contained in:
Max Kainov 2024-11-21 02:47:17 +01:00
parent 44b4bd38b9
commit e8a22030ab

View File

@ -125,7 +125,7 @@ jobs:
stage: Tests_2_ww
data: ${{ needs.RunConfig.outputs.data }}
Tests_2:
needs: [RunConfig, Builds_1, Tests_1]
needs: [RunConfig, Builds_1]
if: ${{ !failure() && !cancelled() && contains(fromJson(needs.RunConfig.outputs.data).stages_data.stages_to_do, 'Tests_2') }}
uses: ./.github/workflows/reusable_test_stage.yml
with: