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 52c73ee commit 1cccb88Copy full SHA for 1cccb88
.github/workflows/rerun.yml
@@ -277,3 +277,13 @@ jobs:
277
OWNER: ${{ github.repository_owner }}
278
REPO: ${{ github.event.repository.name }}
279
JOB_NAME: 'Api-Benchmark / Check bypass for Api-Benchmark / Check bypass'
280
+
281
+ - name: Rerun Doc-Preview
282
+ if: ${{ contains(github.event.comment.body, 'doc') && contains(github.event.comment.body, 'preview') }}
283
+ uses: ./.github/actions/rerun-workflow
284
+ with:
285
+ PR_ID: ${{ github.event.issue.number }}
286
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
287
+ OWNER: ${{ github.repository_owner }}
288
+ REPO: ${{ github.event.repository.name }}
289
+ JOB_NAME: 'Doc-Preview / Check bypass for Doc-Preview / Check bypass'
0 commit comments