Increase flaky test attempts to 5

This commit is contained in:
Jordan Dominion
2024-08-21 18:17:41 -04:00
parent 726e5fb2ee
commit b94ddebfbd
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
rerun_flaky_tests:
name: Rerun Flaky Tests
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt < 3 }}
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt < 5 }}
steps:
- name: Checkout
uses: actions/checkout@v4