diff --git a/.github/workflows/build-manager.yml b/.github/workflows/build-manager.yml index 2624cedc..4e69aa73 100644 --- a/.github/workflows/build-manager.yml +++ b/.github/workflows/build-manager.yml @@ -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 }}