[skip ci] ci: don't upload in pr (#70)

This commit is contained in:
Ylarod
2023-01-15 14:46:34 +08:00
committed by GitHub
parent aafa24094c
commit fb4b9d0173
4 changed files with 8 additions and 0 deletions

View File

@@ -69,7 +69,9 @@ jobs:
path: manager/app/build/outputs/apk/release/*.apk
- name: Setup mutex for uploading
uses: ben-z/gh-action-mutex@v1.0-alpha-7
if: github.event_name != 'pull_request'
- name: Upload to telegram
if: github.event_name != 'pull_request'
env:
CHAT_ID: ${{ secrets.CHAT_ID }}
CACHE_CHAT_ID: ${{ secrets.CACHE_CHAT_ID }}