From 9bee01a04fd5c4702d602af6c45fa31143b88a38 Mon Sep 17 00:00:00 2001 From: YiniXu9506 Date: Wed, 25 Aug 2021 16:34:55 +0800 Subject: [PATCH] chore: stop building temporary --- .github/workflows/dispatch.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index dbc0619e656ca..356e25c52e0f9 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -20,10 +20,10 @@ jobs: echo "::set-output name=repo::$(cut -d'/' -f2 <<< ${{ github.repository }})" echo "::set-output name=sha::$(sha=${{ github.sha }}; echo ${sha:0:6})" - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1.1.1 - with: - token: ${{ secrets.PR_TRIGGER_BUILD_TOKEN }} - repository: pingcap/website-docs/ - event-type: ${{ steps.extract_info.outputs.repo }}/${{ steps.extract_info.outputs.branch }}-${{ steps.extract_info.outputs.sha }} - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repo": "${{ github.repository }}"}' + # - name: Repository Dispatch + # uses: peter-evans/repository-dispatch@v1.1.1 + # with: + # token: ${{ secrets.PR_TRIGGER_BUILD_TOKEN }} + # repository: pingcap/website-docs/ + # event-type: ${{ steps.extract_info.outputs.repo }}/${{ steps.extract_info.outputs.branch }}-${{ steps.extract_info.outputs.sha }} + # client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repo": "${{ github.repository }}"}'