ci: Fix omitted checks

This commit is contained in:
ShirkNeko
2025-11-20 14:39:45 +08:00
parent 06c8580788
commit c753dd1345

View File

@@ -190,7 +190,7 @@ jobs:
path: "manager/app/build/outputs/mapping/release/"
- name: Upload to telegram
if: github.event_name != 'pull_request' && steps.need_upload.outputs.UPLOAD == 'true'
if: github.event_name != 'pull_request' && steps.need_upload.outputs.UPLOAD == 'true' && steps.determine.outputs.SKIP != 'true'
env:
CHAT_ID: ${{ vars.CHAT_ID }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}