diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b6dd43ea0fd..d9a5afa78c4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: