Skip to content

Commit

Permalink
Merge pull request #2135 from timflannagan/enable-estroz-tide-action
Browse files Browse the repository at this point in the history
.github/workflows: Enable GH action that retests failed workflows
  • Loading branch information
openshift-merge-robot committed May 4, 2021
2 parents 02d278b + 43d476a commit 2e37e65
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/retest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issue_comment:
types: [created]

jobs:
rerun_pr_tests:
name: rerun_pr_tests
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-20.04
steps:
- uses: estroz/rerun-actions@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
comment_id: ${{ github.event.comment.id }}

0 comments on commit 2e37e65

Please sign in to comment.