Merge pull request #1844 from tgstation/Cyberboss-patch-1

Re-run flaky tests up to 3 times
This commit is contained in:
Jordan Dominion
2024-07-31 18:23:54 -04:00
committed by GitHub
+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 == 1 }}
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt < 3 }}
steps:
- name: Checkout
uses: actions/checkout@v4