From f32ccf1c6dd425b09bed2d945459fa7be954fe67 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sat, 10 Oct 2020 01:01:39 -0400 Subject: [PATCH] Remove pong --- .github/workflows/TachiyomiSY-Preview-Builder.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index dd9a98998..7aa210062 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -4,7 +4,6 @@ on: push: branches: - 'master' - repository_dispatch: jobs: check_wrapper: @@ -42,8 +41,3 @@ jobs: -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.ACCESS_TOKEN }} \ --data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}' - - - name: ACK - Acknowledge pong from remote repository - if: github.event.action == 'pong' - run: | - echo "PONG received from '${{ github.event.client_payload.repository }}'"