File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,6 @@ jobs:
444
444
# No summary was created, make a placeholder one.
445
445
echo "__SUMMARY_MISSING__" > test-results-${{ steps.matrix_info.outputs.info }}.log.json
446
446
fi
447
- return 1 #### REMOVE THIS REMOVE THIS REMOVE THIS
448
447
- name : Upload test results artifact
449
448
uses : actions/upload-artifact@v3
450
449
if : ${{ !cancelled() }}
@@ -651,7 +650,7 @@ jobs:
651
650
name : " attempt-retry"
652
651
needs : [check_and_prepare, summarize_results]
653
652
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' }}
655
654
steps :
656
655
- uses : actions/checkout@v3
657
656
with :
@@ -675,6 +674,5 @@ jobs:
675
674
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-token.outputs.token }} \
676
675
-w retry-test-failures.yml \
677
676
-p run_id ${{ github.run_id }} \
678
- -b retry-test-failures-attempt-2 \
679
677
-s 10 \
680
678
-A
You can’t perform that action at this time.
0 commit comments