Merge pull request #1809 from tgstation/FixFlakyTests

Fix flaky tests rerunner
This commit is contained in:
Jordan Dominion
2024-03-28 14:11:42 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
- completed
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 }}
steps:
+3
View File
@@ -0,0 +1,3 @@
{
"type": "module"
}