Skip to content

Commit 5817016

Browse files
committed
Put the workflow back the way it should be for merging.
1 parent 9933161 commit 5817016

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ jobs:
444444
# No summary was created, make a placeholder one.
445445
echo "__SUMMARY_MISSING__" > test-results-${{ steps.matrix_info.outputs.info }}.log.json
446446
fi
447-
return 1 #### REMOVE THIS REMOVE THIS REMOVE THIS
448447
- name: Upload test results artifact
449448
uses: actions/upload-artifact@v3
450449
if: ${{ !cancelled() }}
@@ -651,7 +650,7 @@ jobs:
651650
name: "attempt-retry"
652651
needs: [check_and_prepare, summarize_results]
653652
runs-on: ubuntu-20.04
654-
if: ${{ failure() }} ### && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
653+
if: ${{ failure() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
655654
steps:
656655
- uses: actions/checkout@v3
657656
with:
@@ -675,6 +674,5 @@ jobs:
675674
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-token.outputs.token }} \
676675
-w retry-test-failures.yml \
677676
-p run_id ${{ github.run_id }} \
678-
-b retry-test-failures-attempt-2 \
679677
-s 10 \
680678
-A

0 commit comments

Comments
 (0)