Skip to content

Commit

Permalink
Remove gh run watch
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 24, 2024
1 parent 845faf6 commit cd5da59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rerun-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
GH_REPO: ${{ github.event.workflow_run.id }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# gh run watch ${{ github.event.workflow_run.id }} > /dev/null 2>&1
run: |
gh run watch ${{ github.event.workflow_run.id }} > /dev/null 2>&1
gh run rerun ${{ github.event.workflow_run.id }} --failed

0 comments on commit cd5da59

Please sign in to comment.