Skip to content

Commit

Permalink
Create re-run-workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Feb 21, 2024
1 parent e879053 commit 07de241
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/re-run-workflows.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-latest
steps:
- uses: estroz/rerun-actions@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
comment_id: ${{ github.event.comment.id }}

0 comments on commit 07de241

Please sign in to comment.