Add name to rerun-flaky-tests job

This commit is contained in:
Jordan Dominion
2024-03-28 09:22:35 -04:00
parent 0cf3ded03c
commit 19c856b2a5
+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: