Skip to content

Commit

Permalink
Merge pull request #1844 from tgstation/Cyberboss-patch-1
Browse files Browse the repository at this point in the history
Re-run flaky tests up to 3 times
  • Loading branch information
Cyberboss authored Jul 31, 2024
2 parents b9b7b38 + 13cd261 commit 0ce9235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rerun-flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 == 1 }}
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt < 3 }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ce9235

Please sign in to comment.