Skip to content

Commit

Permalink
Merge branch 'main' into trigger-android-ftl-from-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov authored Oct 17, 2023
2 parents 4110eb4 + 1b0ee24 commit c4502c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/retry-test-failures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Retry Test Failures
on:
workflow_dispatch:
inputs:
run_id:
description: 'Run ID to check and retry'
default: ''
required: true

jobs:
check_results_and_retry_if_needed:
name: check-results-and-retry-if-needed
runs-on: ubuntu-20.04
if:
steps:
- name: No-op
run: true

0 comments on commit c4502c6

Please sign in to comment.