Skip to content

Commit

Permalink
chore: update ci, don't run 'Upload To Telegram' if it is PR event.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Sep 6, 2024
1 parent f66a76c commit 829928b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 829928b

Please sign in to comment.