From 829928be3278b805af24153553ab253f880ae3c9 Mon Sep 17 00:00:00 2001 From: oxy Date: Fri, 6 Sep 2024 23:09:08 +0800 Subject: [PATCH] chore: update ci, don't run 'Upload To Telegram' if it is PR event. --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1b4678927..cbcba495d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,6 +39,7 @@ jobs: path: "androidApp/build/outputs/apk/snapshotChannelRichCodec/release/*.apk" - name: Upload To Telegram + if: github.event_name != 'pull_request' uses: xireiki/channel-post@v1.0.7 with: bot_token: ${{ secrets.BOT_TOKEN }}