We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/rerun
1 parent 86835cb commit 9c62a8aCopy full SHA for 9c62a8a
.github/workflows/rerun.yml
@@ -286,3 +286,13 @@ jobs:
286
OWNER: ${{ github.repository_owner }}
287
REPO: ${{ github.event.repository.name }}
288
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