Skip to content

Commit 9c62a8a

Browse files
authored
[CI] add Slice workflow to /rerun support (PaddlePaddle#76502)
1 parent 86835cb commit 9c62a8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rerun.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,13 @@ jobs:
286286
OWNER: ${{ github.repository_owner }}
287287
REPO: ${{ github.event.repository.name }}
288288
JOB_NAME: 'Doc-Preview / Check bypass / Check bypass'
289+
290+
- name: Rerun Slice
291+
if: ${{ contains(github.event.comment.body, 'slice') }}
292+
uses: ./.github/actions/rerun-workflow
293+
with:
294+
PR_ID: ${{ github.event.issue.number }}
295+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
296+
OWNER: ${{ github.repository_owner }}
297+
REPO: ${{ github.event.repository.name }}
298+
JOB_NAME: 'Slice / Check bypass / Check bypass'

0 commit comments

Comments
 (0)