File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,20 +14,10 @@ jobs:
1414
1515 - name : Rerun all failed jobs
1616 if : ${{ contains(github.event.comment.body, 'all-failed') }}
17- uses : ./.github/rerun-workflow
18- with :
19- PR_ID : ${{ github.event.issue.number }}
20- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21- OWNER : ${{ github.repository_owner }}
22- REPO : ${{ github.event.repository.name }}
23- JOB_NAME : ' all-failed'
24-
25- - name : Rerun Approval
26- if : ${{ contains(github.event.comment.body, 'approval') }}
2717 uses : ./.github/actions/rerun-workflow
2818 with :
2919 PR_ID : ${{ github.event.issue.number }}
3020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3121 OWNER : ${{ github.repository_owner }}
3222 REPO : ${{ github.event.repository.name }}
33- JOB_NAME : ' Check approval '
23+ JOB_NAME : ' all-failed '
You can’t perform that action at this time.
0 commit comments