From b709d28bffbbff345192caba5b849ff17d767258 Mon Sep 17 00:00:00 2001 From: gao_cai_sheng Date: Tue, 5 Apr 2022 13:17:20 +0800 Subject: [PATCH] ci: disable upload to Telegram for pull request (#808) --- .github/workflows/debug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 85ff9b1a5..f7673808a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -352,6 +352,7 @@ jobs: build-dev: name: Gradle Build runs-on: ubuntu-latest + if: ${{ github.event_name != 'pull_request' && success() }} needs: - native - v2ray @@ -448,4 +449,4 @@ jobs: uses: actions/upload-artifact@master with: name: telegram-bot-api-binary - path: telegram-bot-api-binary \ No newline at end of file + path: telegram-bot-api-binary