Merge branch 'master' into dev

This commit is contained in:
Jordan Dominion
2024-03-28 14:16:40 -04:00
4 changed files with 8 additions and 4 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"
}